Skip to content

Commit

Permalink
파일정리
Browse files Browse the repository at this point in the history
docs 폴더삭제,another 페이지 삭제 썸네일 사진(readme에서사용)삭제 bundle install 로 webrick 추가
  • Loading branch information
ijjun committed Jun 15, 2024
1 parent d3526cf commit 4e504b7
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 259 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ source "https://rubygems.org"
gemspec


gem "github-pages", group: :jekyll_plugins
gem "github-pages", group: :jekyll_plugins
gem "webrick", "~> 1.8"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
안녕하세요
안녕하세요

9 changes: 0 additions & 9 deletions another-page.md

This file was deleted.

46 changes: 0 additions & 46 deletions docs/CODE_OF_CONDUCT.md

This file was deleted.

91 changes: 0 additions & 91 deletions docs/CONTRIBUTING.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/SUPPORT.md

This file was deleted.

124 changes: 22 additions & 102 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,97 +1,24 @@
---
layout: default
---
# Profile

Text can be **bold**, _italic_, or ~~strikethrough~~.

[Link to another page](./another-page.html).

There should be whitespace between paragraphs.
<dl>
<dt>Name</dt>
<dd>ijjeon</dd>
<dt>birthday</dt>
<dd>1993-12-03</dd>
</dl>

There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.

# Header 1
# 페이지 링크
[Link to another page](./another-page.html).

This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
# 글씨체 어케 바꾸지?
Text can be **bold**, _italic_, or ~~strikethrough~~.

## Header 2
## MD 파일 문법

> This is a blockquote following a header.
>
> When something is important enough, you do it even if the odds are not in your favor.
### Header 3

```js
// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l)
return true;
}
```

```ruby
# Ruby code with syntax highlighting
GitHubPages::Dependencies.gems.each do |gem, version|
s.add_dependency(gem, "= #{version}")
end
```

#### Header 4

* This is an unordered list following a header.
* This is an unordered list following a header.
* This is an unordered list following a header.

##### Header 5

1. This is an ordered list following a header.
2. This is an ordered list following a header.
3. This is an ordered list following a header.

###### Header 6

| head1 | head two | three |
|:-------------|:------------------|:------|
| ok | good swedish fish | nice |
| out of stock | good and plenty | nice |
| ok | good `oreos` | hmm |
| ok | good `zoute` drop | yumm |

### There's a horizontal rule below this.

* * *

### Here is an unordered list:

* Item foo
* Item bar
* Item baz
* Item zip

### And an ordered list:

1. Item one
1. Item two
1. Item three
1. Item four

### And a nested list:

- level 1 item
- level 2 item
- level 2 item
- level 3 item
- level 3 item
- level 1 item
- level 2 item
- level 2 item
- level 2 item
- level 1 item
- level 2 item
- level 2 item
- level 1 item

### Small image

![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png)
Expand All @@ -101,23 +28,16 @@ end
![Branching](https://guides.github.com/activities/hello-world/branching.png)


### Definition lists can be used with HTML syntax.

<dl>
<dt>Name</dt>
<dd>Godzilla</dd>
<dt>Born</dt>
<dd>1952</dd>
<dt>Birthplace</dt>
<dd>Japan</dd>
<dt>Color</dt>
<dd>Green</dd>
</dl>
# git
- 해당프로젝트 readme

# Algorithm
- 해당프로젝트 readme

# Python
- 해당프로젝트 readme


```
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
```
Github에 커스텀 도메인 연결

```
The final element.
```
Binary file removed thumbnail.png
Binary file not shown.

0 comments on commit 4e504b7

Please sign in to comment.