From afd9c5c37af945c35eff5c593f0e2ffc91eaad95 Mon Sep 17 00:00:00 2001 From: sotetero Date: Fri, 8 Mar 2024 21:43:09 +0900 Subject: [PATCH] git test --- README.md | 156 +++++++++--------- .../capstone_2024_20/capstone_2024_20.cpp | 12 +- .../capstone_2024_20/capstone_2024_20.h | 12 +- .../Source/capstone_2024_20Editor.Target.cs | 30 ++-- capstone_2024_20/capstone_2024_20.uproject | 42 ++--- index.md | 74 ++++----- 6 files changed, 165 insertions(+), 161 deletions(-) diff --git a/README.md b/README.md index b0c42847c6..628ee8b9da 100644 --- a/README.md +++ b/README.md @@ -1,76 +1,80 @@ -# Welcome to GitHub - -캡스톤 팀 생성을 축하합니다. - -## 팀소개 및 페이지를 꾸며주세요. - -- 프로젝트 소개 - - 프로젝트 설치방법 및 데모, 사용방법, 프리뷰등을 readme.md에 작성. - - Api나 사용방법등 내용이 많을경우 wiki에 꾸미고 링크 추가. - -- 팀페이지 꾸미기 - - 프로젝트 소개 및 팀원 소개 - - index.md 예시보고 수정. - -- GitHub Pages 리파지토리 Settings > Options > GitHub Pages - - Source를 marster branch - - Theme Chooser에서 태마선택 - - 수정후 팀페이지 확인하여 점검. - -**팀페이지 주소** -> https://kookmin-sw.github.io/ '{{자신의 리파지토리 아이디}}' - -**예시)** 2023년 0조 https://kookmin-sw.github.io/capstone-2023-00/ - - -## 내용에 아래와 같은 내용들을 추가하세요. - -### 1. 프로잭트 소개 - -프로젝트 - -### 2. 소개 영상 - -프로젝트 소개하는 영상을 추가하세요 - -### 3. 팀 소개 - -팀을 소개하세요. - -팀원정보 및 담당이나 사진 및 SNS를 이용하여 소개하세요. - -### 4. 사용법 - -소스코드제출시 설치법이나 사용법을 작성하세요. - -### 5. 기타 - -추가적인 내용은 자유롭게 작성하세요. - - -## Markdown을 사용하여 내용꾸미기 - -Markdown은 작문을 스타일링하기위한 가볍고 사용하기 쉬운 구문입니다. 여기에는 다음을위한 규칙이 포함됩니다. - -```markdown -Syntax highlighted code block - -# Header 1 -## Header 2 -### Header 3 - -- Bulleted -- List - -1. Numbered -2. List - -**Bold** and _Italic_ and `Code` text - -[Link](url) and ![Image](src) -``` - -자세한 내용은 [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). - -### Support or Contact - -readme 파일 생성에 추가적인 도움이 필요하면 [도움말](https://help.github.com/articles/about-readmes/) 이나 [contact support](https://github.com/contact) 을 이용하세요. +# Welcome to GitHub + +캡스톤 팀 생성을 축하합니다. + +## 팀소개 및 페이지를 꾸며주세요. + +- 프로젝트 소개 + + - 프로젝트 설치방법 및 데모, 사용방법, 프리뷰등을 readme.md에 작성. + - Api나 사용방법등 내용이 많을경우 wiki에 꾸미고 링크 추가. + +- 팀페이지 꾸미기 + + - 프로젝트 소개 및 팀원 소개 + - index.md 예시보고 수정. + +- GitHub Pages 리파지토리 Settings > Options > GitHub Pages + - Source를 marster branch + - Theme Chooser에서 태마선택 + - 수정후 팀페이지 확인하여 점검. + +**팀페이지 주소** -> https://kookmin-sw.github.io/ '{{자신의 리파지토리 아이디}}' + +**예시)** 2023년 0조 https://kookmin-sw.github.io/capstone-2023-00/ + +## 내용에 아래와 같은 내용들을 추가하세요. + +### 1. 프로잭트 소개 + +프로젝트 + +### 2. 소개 영상 + +프로젝트 소개하는 영상을 추가하세요 + +### 3. 팀 소개 + +팀을 소개하세요. + +팀원정보 및 담당이나 사진 및 SNS를 이용하여 소개하세요. + +### 4. 사용법 + +소스코드제출시 설치법이나 사용법을 작성하세요. + +### 5. 기타 + +추가적인 내용은 자유롭게 작성하세요. + +## Markdown을 사용하여 내용꾸미기 + +Markdown은 작문을 스타일링하기위한 가볍고 사용하기 쉬운 구문입니다. 여기에는 다음을위한 규칙이 포함됩니다. + +```markdown +Syntax highlighted code block + +# Header 1 + +## Header 2 + +### Header 3 + +- Bulleted +- List + +1. Numbered +2. List + +**Bold** and _Italic_ and `Code` text + +[Link](url) and ![Image](src) +``` + +자세한 내용은 [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). + +### Support or Contact + +readme 파일 생성에 추가적인 도움이 필요하면 [도움말](https://help.github.com/articles/about-readmes/) 이나 [contact support](https://github.com/contact) 을 이용하세요. + +t diff --git a/capstone_2024_20/Source/capstone_2024_20/capstone_2024_20.cpp b/capstone_2024_20/Source/capstone_2024_20/capstone_2024_20.cpp index 5d264171ba..a00a4ff4a9 100644 --- a/capstone_2024_20/Source/capstone_2024_20/capstone_2024_20.cpp +++ b/capstone_2024_20/Source/capstone_2024_20/capstone_2024_20.cpp @@ -1,6 +1,6 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -#include "capstone_2024_20.h" -#include "Modules/ModuleManager.h" - -IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, capstone_2024_20, "capstone_2024_20" ); +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "capstone_2024_20.h" +#include "Modules/ModuleManager.h" + +IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, capstone_2024_20, "capstone_2024_20" ); diff --git a/capstone_2024_20/Source/capstone_2024_20/capstone_2024_20.h b/capstone_2024_20/Source/capstone_2024_20/capstone_2024_20.h index 677c8e25ba..73cb863cf3 100644 --- a/capstone_2024_20/Source/capstone_2024_20/capstone_2024_20.h +++ b/capstone_2024_20/Source/capstone_2024_20/capstone_2024_20.h @@ -1,6 +1,6 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -#pragma once - -#include "CoreMinimal.h" - +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "CoreMinimal.h" + diff --git a/capstone_2024_20/Source/capstone_2024_20Editor.Target.cs b/capstone_2024_20/Source/capstone_2024_20Editor.Target.cs index 849239fd59..aa9be4ec6e 100644 --- a/capstone_2024_20/Source/capstone_2024_20Editor.Target.cs +++ b/capstone_2024_20/Source/capstone_2024_20Editor.Target.cs @@ -1,15 +1,15 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -using UnrealBuildTool; -using System.Collections.Generic; - -public class capstone_2024_20EditorTarget : TargetRules -{ - public capstone_2024_20EditorTarget( TargetInfo Target) : base(Target) - { - Type = TargetType.Editor; - DefaultBuildSettings = BuildSettingsVersion.V4; - IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_3; - ExtraModuleNames.Add("capstone_2024_20"); - } -} +// Copyright Epic Games, Inc. All Rights Reserved. + +using UnrealBuildTool; +using System.Collections.Generic; + +public class capstone_2024_20EditorTarget : TargetRules +{ + public capstone_2024_20EditorTarget( TargetInfo Target) : base(Target) + { + Type = TargetType.Editor; + DefaultBuildSettings = BuildSettingsVersion.V4; + IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_3; + ExtraModuleNames.Add("capstone_2024_20"); + } +} diff --git a/capstone_2024_20/capstone_2024_20.uproject b/capstone_2024_20/capstone_2024_20.uproject index 4d312b83b5..2c98a4fc78 100644 --- a/capstone_2024_20/capstone_2024_20.uproject +++ b/capstone_2024_20/capstone_2024_20.uproject @@ -1,22 +1,22 @@ -{ - "FileVersion": 3, - "EngineAssociation": "5.3", - "Category": "", - "Description": "", - "Modules": [ - { - "Name": "capstone_2024_20", - "Type": "Runtime", - "LoadingPhase": "Default" - } - ], - "Plugins": [ - { - "Name": "ModelingToolsEditorMode", - "Enabled": true, - "TargetAllowList": [ - "Editor" - ] - } - ] +{ + "FileVersion": 3, + "EngineAssociation": "5.3", + "Category": "", + "Description": "", + "Modules": [ + { + "Name": "capstone_2024_20", + "Type": "Runtime", + "LoadingPhase": "Default" + } + ], + "Plugins": [ + { + "Name": "ModelingToolsEditorMode", + "Enabled": true, + "TargetAllowList": [ + "Editor" + ] + } + ] } \ No newline at end of file diff --git a/index.md b/index.md index b1e80ac9bb..763297eb72 100644 --- a/index.md +++ b/index.md @@ -1,37 +1,37 @@ -## Welcome to GitHub Pages - -You can use the [editor on GitHub](https://github.com/kookmin-sw/cap-template/edit/master/index.md) to maintain and preview the content for your website in Markdown files. - -Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. - -### Markdown - -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for - -```markdown -Syntax highlighted code block - -# Header 1 -## Header 2 -### Header 3 - -- Bulleted -- List - -1. Numbered -2. List - -**Bold** and _Italic_ and `Code` text - -[Link](url) and ![Image](src) -``` - -For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). - -### Jekyll Themes - -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/kookmin-sw/cap-template/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. - -### Support or Contact - -Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. +## Welcome to GitHub Pages + +You can use the [editor on GitHub](https://github.com/kookmin-sw/cap-template/edit/master/index.md) to maintain and preview the content for your website in Markdown files. + +Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. + +### Markdown + +Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for + +```markdown +Syntax highlighted code block + +# Header 1 +## Header 2 +### Header 3 + +- Bulleted +- List + +1. Numbered +2. List + +**Bold** and _Italic_ and `Code` text + +[Link](url) and ![Image](src) +``` + +For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). + +### Jekyll Themes + +Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/kookmin-sw/cap-template/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. + +### Support or Contact + +Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.