Skip to content

Commit

Permalink
이미지 링크, 파일링크 상위폴더 소문자로 변환
Browse files Browse the repository at this point in the history
  • Loading branch information
YalySeung committed Dec 13, 2023
1 parent 65ab422 commit f307a96
Show file tree
Hide file tree
Showing 128 changed files with 405 additions and 405 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-09-17-Spring-SpringMVC 구현.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ last_modified_at: 2023-09-17T08:00:00-10:00:00

### 폴더 구조

![image](./../../assets/images/SpringMVCDirectoryStructure.png)
![image](../../assets/images/SpringMVCDirectoryStructure.png)

### build.gradle

Expand Down Expand Up @@ -129,5 +129,5 @@ public class IndexWebContoller {
---

# 연결문서
- [WebMvcConfigurer](../../Spring/Spring-WebMvcConfigurer)
- [WebMvcConfigurer](../../spring/Spring-WebMvcConfigurer)

2 changes: 1 addition & 1 deletion _posts/2023-09-17-리소스-리소스제작.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ last_modified_at: 2023-09-17T08:00:00-10:00:00
---

# 연결문서
- [좌우대칭 그리기](../../Procreate/Procreate-좌우대칭-그리기)
- [좌우대칭 그리기](../../procreate/Procreate-좌우대칭-그리기)

2 changes: 1 addition & 1 deletion _posts/2023-09-19-Nodejs-npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ last_modified_at: 2023-09-19T08:00:00-10:00:00
---

# 연결문서
- [npx](../../Nodejs/Nodejs-npx)
- [npx](../../nodejs/Nodejs-npx)

2 changes: 1 addition & 1 deletion _posts/2023-09-19-Obsidian-확장 프로그램 정리.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ last_modified_at: 2023-09-19T08:00:00-10:00:00

### Dataview
- 쿼리를 사용하여 메모 리스팅
- 사용법 : [Dataview](../../Obsidian/Obsidian-Dataview)
- 사용법 : [Dataview](../../obsidian/Obsidian-Dataview)

### Excalidraw
- 그림 편집, 도식화 기능
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-09-19-React-외부API 연동.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ last_modified_at: 2023-09-19T08:00:00-10:00:00
# 내용

## API 목록
- [ ] 카카오 지도 [Kakao Map](../../React/React-Kakao-Map)
- [ ] 카카오 지도 [Kakao Map](../../react/React-Kakao-Map)
- [ ] 네이버 지도

---
Expand Down
28 changes: 14 additions & 14 deletions _posts/2023-09-28-GithubBlog-Github Blog 만들기.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@ last_modified_at: 2023-09-28T08:00:00-10:00:00
- repository 생성
- repository 이름은 <span style="color:red">username.github.io</span> 형식으로 생성해야한다!! => 깃헙 계정 기본설정은 계정당 1개의 블로그로 설정되어있다.

![image](../../assets/Images/BlogRepository.png)
![image](../../assets/images/BlogRepository.png)

- Source Tree로 소스 Clone

![image](../../assets/Images/GitRepositoryUrl.png)
![image](../../assets/images/GitRepositoryUrl.png)

위와 같이 url을 복사하여

![image](../../assets/Images/CloneBlogRepository.png)소스 Clone!
![image](../../assets/images/CloneBlogRepository.png)소스 Clone!

### Ruby 설치

![image](../../assets/Images/RubyDownload.png)
![image](../../assets/images/RubyDownload.png)
- Devkit 가 포함된 셋업을 설치해야한다.
[Ruby 다운로드 링크](https://rubyinstaller.org/downloads/)

- 설치 과정에서 아래와같이 Add Ruby executables to your PATH 항목에 체크하여 환경변수가 자동으로 등록되도록 한다.

![image](../../assets/Images/RubyInstall.png)
![image](../../assets/images/RubyInstall.png)

### Jekyll과 Bundler 설치
- 아래부터 환경 셋팅은 VSCode를 사용하도록 하겠다.(VSCode 설치 과정은 생략)
Expand All @@ -66,24 +66,24 @@ last_modified_at: 2023-09-28T08:00:00-10:00:00
- <span style="color:red">bundle update</span>
- <span style="color:red">jekyll -v</span>

![image](../../assets/Images/VSCodeJekyllInstall.png)
![image](../../assets/images/VSCodeJekyllInstall.png)

### Jekyll 테마 적용
- [테마 다운로드 링크](http://jekyllthemes.org/)
- 가장 많이 사용되는 테마는 minimal mistakes를 적용해 보도록 하겠다. [minimal mistakes 다운로드 링크](https://github.com/mmistakes/minimal-mistakes)
- 테마 zip 파일을 다운로드 받아서 위에서 지정했던 블로그 폴더 경로에 압축 해제한다.

![image](../../assets/Images/MinimalMistakesDownloadResult.png)
![image](../../assets/images/MinimalMistakesDownloadResult.png)
- <span style="color:red">test 와 docs 폴더는 지워주도록 하자.</span>

### 로컬에서 블로그 확인하기
- 터미널에 <span style="color:red">jekyll server</span> 명령어를 실행하면 블로그 내용을 확인 할 수 있다.

![image](../../assets/Images/BlogInitResult.png)
![image](../../assets/images/BlogInitResult.png)

### 에러 처리

![image](../../assets/Images/JekyllError.png)
![image](../../assets/images/JekyllError.png)
- 위와 같이 bundler의 파일을 찾지 못하는 경우 아래 명령어 실행
- <span style="color:red">gem install bundler</span>
- <span style="color:red">bundle install</span>
Expand All @@ -94,18 +94,18 @@ last_modified_at: 2023-09-28T08:00:00-10:00:00
### 접근 url 설정
- _config.yml : 블로그 설정파일

![image](../../assets/Images/SetBlogUrl.png)
![image](../../assets/images/SetBlogUrl.png)
- url 값 변경하면 웹페이지에서 접근 가능

### git repository에 변경사항 push

![image](../../assets/Images/PostingCommit.png)
![image](../../assets/images/PostingCommit.png)
- 최초 반영되는데 시간이 좀 소요된다.

![image](../../assets/Images/GitHubBlogResult.png)
![image](../../assets/images/GitHubBlogResult.png)
---

# 연결문서
- [Post Blog Content](../../GithubBlog/GithubBlog-Post-Blog-Content)
- [Blog Comment 적용](../../GithubBlog/GithubBlog-Blog-Comment-적용)
- [Post Blog Content](../../githubblog/GithubBlog-Post-Blog-Content)
- [Blog Comment 적용](../../githubblog/GithubBlog-Blog-Comment-적용)

26 changes: 13 additions & 13 deletions _posts/2023-09-29-GithubBlog-Blog Comment 적용.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ last_modified_at: 2023-09-29T08:00:00-10:00:00

## utterance 소개

![image](../../assets/Images/UtteranceMain.png)- 댓글 위젯을 제공하는 플랫폼
![image](../../assets/images/UtteranceMain.png)- 댓글 위젯을 제공하는 플랫폼
- OpenSource
- 광고가 없고 무료!
- 여러가지 테마 지원
Expand All @@ -35,50 +35,50 @@ last_modified_at: 2023-09-29T08:00:00-10:00:00
- 댓글이 달리면 repository의 Issue 내역이 추가되고 그 내역을 이메일로 받아볼 수 있다
- 블로그 repository가 Issue 내역으로 지저분해 지는 것이 싫다면 Comments용 Repository를 생성한다.

![image](../../assets/Images/UtteranceNewRepository.png){: width="70%" height="70%"}
![image](../../assets/images/UtteranceNewRepository.png){: width="70%" height="70%"}

### Step2 : utterance 설치
- <https://github.com/apps/utterances> 링크로 이동하여 설치를 진행한다.

### Step3 : 블로그에 반영할 script 코드 얻어오기
- <https://utteranc.es/> 링크로 이동한다.

![image](../../assets/Images/UtteranceGetScriptCode.png)- 붉은색 영역을 모두 작성하면 파란색 영역의 script 코드가 생성된다.
![image](../../assets/images/UtteranceGetScriptCode.png)- 붉은색 영역을 모두 작성하면 파란색 영역의 script 코드가 생성된다.

### Step4 : 블로그에 적용하기
- Minimal Mistake를 사용하지 않는 경우에는 scipt 코드를 그대로 블로그 페이지에 복사하여 적용한다.
- Minimal Mistake 사용자는 _config.yml 파일에 다음 부분을 수정한다.

![image](../../assets/Images/UtteranceConfigyml.png)- Minimal Mistake를 사용하는 경우에는 댓글 가로 영역이 좁게 보일 수 있다. -> _page.scss 파일에 아래와 같이 추가한다.
![image](../../assets/images/UtteranceConfigyml.png)- Minimal Mistake를 사용하는 경우에는 댓글 가로 영역이 좁게 보일 수 있다. -> _page.scss 파일에 아래와 같이 추가한다.

![image](../../assets/Images/UtteranceSetWidth.png)- 변경사항을 Push 한다.
![image](../../assets/images/UtteranceSetWidth.png)- 변경사항을 Push 한다.

## utterance 결과
- 댓글

![image](../../assets/Images/UtteranceResult.png)
![image](../../assets/images/UtteranceResult.png)
- 깃허브 이슈

![image](../../assets/Images/UtteranceResultIssue.png)
![image](../../assets/images/UtteranceResultIssue.png)
- 이메일 알림

![image](../../assets/Images/UtteranceResultEmail.png)
![image](../../assets/images/UtteranceResultEmail.png)

## 에러 Fix
- 댓글 작성시, 아래와 같은 에러 발생

![image](../../assets/Images/UtteranceError.png)
![image](../../assets/images/UtteranceError.png)

### 조치
- 깃허브 Repository에서 Application 설정 변경

![image](../../assets/Images/UtteranceErrorFix1.png){: width="70%" height="70%"}
![image](../../assets/images/UtteranceErrorFix1.png){: width="70%" height="70%"}

- Repository Access 설정에 Comments Repository를 추가해준다.

![image](../../assets/Images/UtteranceErrorFix2.png)
![image](../../assets/images/UtteranceErrorFix2.png)
---

# 연결문서
- [Github Blog 만들기](../../GithubBlog/GithubBlog-Github-Blog-만들기)
- [Post Blog Content](../../GithubBlog/GithubBlog-Post-Blog-Content)
- [Github Blog 만들기](../../githubblog/GithubBlog-Github-Blog-만들기)
- [Post Blog Content](../../githubblog/GithubBlog-Post-Blog-Content)
4 changes: 2 additions & 2 deletions _posts/2023-09-29-GithubBlog-Post Blog Content.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ last_modified_at: 2023-09-29T08:00:00-10:00:00

### _posts 폴더 및 게시글 생성

![image](../../assets/Images/MakePostFolderAndMdFile.png)
![image](../../assets/images/MakePostFolderAndMdFile.png)
- md 파일 포멧 : yyyy-MM-dd-카테고리명-타이틀명.md

### 게시글 내용 작성 .md파일
Expand Down Expand Up @@ -66,5 +66,5 @@ last_modified_at: 2023-09-29T08:00:00-10:00:00
---

# 연결문서
- [MarkDown Syntax](../../Markdown/Markdown-MarkDown-Syntax)
- [MarkDown Syntax](../../markdown/Markdown-MarkDown-Syntax)

18 changes: 9 additions & 9 deletions _posts/2023-10-03-Unity-TestRunner.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,33 @@ last_modified_at: 2023-10-03T08:00:00-10:00:00

### Step1 : TestRunner 윈도우 Open

![image](../../assets/Images/TestRunnerMenu.png){: width=350 height=350}
![image](../../assets/Images/Arrow.png){: width=50 height=50}
![image](../../assets/Images/TestRunnerWindow.png){: width=200 height=200}
![image](../../assets/images/TestRunnerMenu.png){: width=350 height=350}
![image](../../assets/images/Arrow.png){: width=50 height=50}
![image](../../assets/images/TestRunnerWindow.png){: width=200 height=200}

### Step2 : Assembly Folder 생성
- 위 이미지의 Create EditMode Test Assembly Folder 버튼을 선택하여 테스트 폴더를 생성 => EditTest Assembly Definition 파일도 함께 생성됨

![image](./../../assets/images/TestFolder%201.png)
![image](../../assets/images/TestFolder%201.png)

### Step3 : 테스트 스크립트에서 사용할 Assembly 생성
- 스크립트 폴더 밑에 생성
![image](CreateAssemblyDefinition.png)

![image](../../assets/Images/Arrow.png){: width=50 height=50}
![image](../../assets/Images/ScriptAssemblyDefinition.png)
![image](../../assets/images/Arrow.png){: width=50 height=50}
![image](../../assets/images/ScriptAssemblyDefinition.png)

### Step4 : EditTests Assembly Definition 파일에 Script Assembly Definition 파일 연결

![image](../../assets/Images/AssemblyDefinitionInspector.png)
![image](../../assets/images/AssemblyDefinitionInspector.png)

---

## 테스트 스크립트 작성

### 스크립트 생성

![image](../../assets/Images/TestRunnerScriptMenu.png)
![image](../../assets/images/TestRunnerScriptMenu.png)

### TestScript Attribute
- [Setup] : EditMode 테스트 테스트 메서드 전, 테스트 환경 구성
Expand Down Expand Up @@ -90,7 +90,7 @@ last_modified_at: 2023-10-03T08:00:00-10:00:00
}
```

![image](../../assets/Images/TestRunnerWindowRun.png)
![image](../../assets/images/TestRunnerWindowRun.png)
테스트를 실행하면 검증에 성공!

---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-10-08-React-Kakao Map.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ export default Kakao
---

# 연결문서
- [외부API 연동](../../React/React-외부API-연동)
- [외부API 연동](../../react/React-외부API-연동)

2 changes: 1 addition & 1 deletion _posts/2023-10-08-WebCommon-Body 영역.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ last_modified_at: 2023-10-08T08:00:00-10:00:00

# 내용

![image](../../assets/Images/Web_Body.png)
![image](../../assets/images/Web_Body.png)

### Header
- 웹 페이지나 애플리케이션 상단 부분에 위치
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-10-09-Procreate-좌우대칭 그리기.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ last_modified_at: 2023-10-09T08:00:00-10:00:00
### 좌우 대칭으로 그리는 방법
- 설정 - 그리기 가이드 옵션 활성화

![image](../../assets/Images/Drawing_Guide.png)
![image](../../assets/images/Drawing_Guide.png)
- 설정 - 그리기 가이드 편집에서 대칭 선택
- 좌우대칭 기준선 이동하여 자유롭게 활용

![image](../../assets/Images/Drawing_symmetry.png)
![image](../../assets/images/Drawing_symmetry.png)
---

# 연결문서
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-10-10-Nodejs-npx.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ last_modified_at: 2023-10-10T08:00:00-10:00:00
---

# 연결문서
- [npm](../../Nodejs/Nodejs-npm)
- [npm](../../nodejs/Nodejs-npm)

2 changes: 1 addition & 1 deletion _posts/2023-10-11-MSSQL-MSSQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ CAST(#{endDate, jdbcType=VARCHAR} AS DATE
---

# 연결문서
- [CommonDB](../../Database/Database-CommonDB)
- [CommonDB](../../database/Database-CommonDB)
2 changes: 1 addition & 1 deletion _posts/2023-10-11-MariaDB-MariaDB.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ CAST(expr AS type)
---

# 연결문서
- [CommonDB](../../Database/Database-CommonDB)
- [CommonDB](../../database/Database-CommonDB)
4 changes: 2 additions & 2 deletions _posts/2023-10-11-Oracle-Oracle Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ NVL2(comm, 'Y', 'N')
---

# 연결문서
- [CommonDB](../../Database/Database-CommonDB)
- [Oracle 환경 구성](../../Oracle/Oracle-Oracle-환경-구성)
- [CommonDB](../../database/Database-CommonDB)
- [Oracle 환경 구성](../../oracle/Oracle-Oracle-환경-구성)
4 changes: 2 additions & 2 deletions _posts/2023-10-11-WebCommon-html-작성법 기본.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ last_modified_at: 2023-10-11T08:00:00-10:00:00
---

# 연결문서
- [html-문서 기본 구조](../../WebCommon/WebCommon-html-문서-기본-구조)
- [html-tags](../../WebCommon/WebCommon-html-tags)
- [html-문서 기본 구조](../../webcommon/WebCommon-html-문서-기본-구조)
- [html-tags](../../webcommon/WebCommon-html-tags)
4 changes: 2 additions & 2 deletions _posts/2023-10-12-Annotation-@Transactional.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ last_modified_at: 2023-10-12T08:00:00-10:00:00
---

# 연결문서
- [SpringMVC](../../Spring/Spring-SpringMVC)
- [SpringMVC 구현](../../Spring/Spring-SpringMVC-구현)
- [SpringMVC](../../spring/Spring-SpringMVC)
- [SpringMVC 구현](../../spring/Spring-SpringMVC-구현)
2 changes: 1 addition & 1 deletion _posts/2023-10-12-Obsidian-Link.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ last_modified_at: 2023-10-12T08:00:00-10:00:00
---

# 연결문서
- [MarkDown Syntax](../../Markdown/Markdown-MarkDown-Syntax)
- [MarkDown Syntax](../../markdown/Markdown-MarkDown-Syntax)

2 changes: 1 addition & 1 deletion _posts/2023-10-12-WebCommon-html-문서 기본 구조.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ last_modified_at: 2023-10-12T08:00:00-10:00:00
---

# 연결문서
- [html-작성법 기본](../../WebCommon/WebCommon-html-작성법-기본)
- [html-작성법 기본](../../webcommon/WebCommon-html-작성법-기본)
4 changes: 2 additions & 2 deletions _posts/2023-10-14-개발환경-개발 PC 셋팅.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ last_modified_at: 2023-10-14T08:00:00-10:00:00

## TOOLS

### [Intellij](../../IDE/IDE-Intellij)
### [Intellij](../../ide/IDE-Intellij)
- Spring 개발 IDE

### Vscode
Expand All @@ -35,7 +35,7 @@ last_modified_at: 2023-10-14T08:00:00-10:00:00
### DataGrip
- DB Manager

### [WebStorm](../../IDE/IDE-WebStorm)
### [WebStorm](../../ide/IDE-WebStorm)
- Javascript

### 유니티
Expand Down
Loading

0 comments on commit f307a96

Please sign in to comment.