-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
187 lines (150 loc) · 11.7 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.7.4">Jekyll</generator><link href="https://koo9nine.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://koo9nine.github.io/" rel="alternate" type="text/html" /><updated>2021-01-17T11:48:12+09:00</updated><id>https://koo9nine.github.io/</id><title type="html">Deeplearning Object Detection Study</title><subtitle>학습 정리 블로그</subtitle><entry><title type="html">TensorFlow2 기본</title><link href="https://koo9nine.github.io/tensorflow2-basic" rel="alternate" type="text/html" title="TensorFlow2 기본" /><published>2020-12-29T00:00:00+09:00</published><updated>2020-12-29T00:00:00+09:00</updated><id>https://koo9nine.github.io/tensorflow2-basic</id><content type="html" xml:base="https://koo9nine.github.io/tensorflow2-basic"><p>이 글은 Tenworflow2 기본 내용입니다.</p></content><author><name>koo9nine</name></author><category term="tensorflow2" /><summary type="html">이 글은 Tenworflow2 기본 내용입니다.</summary></entry><entry><title type="html">python-control-statement</title><link href="https://koo9nine.github.io/python-control-statement" rel="alternate" type="text/html" title="python-control-statement" /><published>2020-12-29T00:00:00+09:00</published><updated>2020-12-29T00:00:00+09:00</updated><id>https://koo9nine.github.io/python-control-statement</id><content type="html" xml:base="https://koo9nine.github.io/python-control-statement"><p><span class="table-of-contents-list">Python 강좌는 여러 절로 구성되어 있습니다. </span></p>
<ul class="table-of-contents-list">
<li><a href="./python-basic">Python 기본</a></li>
<li><a href="./python-control-statement">Python 제어문</a></li>
</ul>
<p>이 글은 python의 제어문에 대한 내용을 담고 있습니다.</p>
<noscript><pre># Jekyll configuration
markdown: kramdown
# kramdown: markdown의 개조판
# markdown에서 불편한 사항을 개선한 형태
# MyData
owner:
name: Donnhoon Koo
avatar: photo.jpg
bio: &quot;Mater.D. in Electical Engineering&quot;
email: [email protected]
# Social networking links used in footer. Updata and remove as you like.
twitter:
facebook:
github:
stackexchange:
linkedin:
instagram:
flickr:
tumblr:
# google plus id, include the &#39;+&#39;, eg +mmistakes
google_plus:
highlighter: rouge
# text highlighter로 rouge 이용
# 2016.02월 이후로 syntax highlighter는 rouge만 지원.
# Pygments 사용불가.
paginate: 20
# 작성한 모든 post를 하나의 페이지에 열거할 수 없으니
# pagination이 필요하고 몇 개의 post를 하나의 page에서
# 보여줄 건지를 설정.
language: &#39;en-uk&#39;
# 언어 설정
url: https://koo9nine.github.io
# Google Search Console에서 사용하는 sitemap.xml 생성시
# 이 url key 값이 존재하지 않으면 sitemap.xml이
# 정상적으로 생성되지 않는다.
# 또한 disqus(댓글시스템)를 이용하기 위해서도 필요.
# 자신의 github page url을 입력
baseurl: /
# Website info
title: Deeplearning Object Detection Study
# 자신의 blog title.
description: 학습 정리 블로그
# blog home에 표시될 blog에 대한 전반적인 설명.
cover: assets/built/images/blog-cover1.jpg
# blog home에 표시될 blog cover image.
logo:
logo_dark:
favicon: assets/built/images/favicon.png
# favicon으로 사용할 image
production_url: https://koo9nine.github.io/
# 최종적으로 blog가 운영될 url
source_url: https://github.com/koo9nine/GitHubPageMaker
# blogmaker(jekyll source folder)에 대한 github repository
# Social info
navigation: True
# Navigation bar link를 보여줄건지 여부
subscribers: True
# subscriber 기능을 사용할건지의 여부 (외부기능을 추가해야함)
# subscriber 기능 대신 lunr.js를 이용한 검색 기능으로 대체 사용 가능
# 검색 기능으로 대체하기 위해서
# &#39;_includes/subscribe-form.html&#39; 파일 수정 필요
twitter:
facebook:
# 만약 twitter와 facebook을 이용하면 username을 입력
# Disqus
disqus: True
disqus_shortname: xxxxxxx
# disqus는 온라인 댓글 시스템. 댓글 기능을 사용하기 위해
# disqus를 이용할 것인지 여부와 만약 사용하면
# disqus shortname을 입력 (disqus username이 아님)
# Google Analytics
google_analytics: UA-xxxxxxx-x # replace with your GA tracking identifier
# Google Analytics을 사용할 경우 GA tracking identifier를 입력
# Permalinks
permalink: /:title
# permalink: /author/:author
# permalink: /tag/:title
# 각각의 post에 고정주소를 어떤 방식으로 할당할 것인지를 결정
# 이 값을 바꾸면 작성한 포스트의 저장위치나 파일이름이 변경된다.
# gems and other configs
plugins: [jekyll-paginate, jekyll-feed, jekyll-gist]
feed:
path: feed.xml
# Travis-CI 설정입니다.
safe: False
lsi: False
username: koo9nine
repo: GitHubPageMaker
# username: travis-ci와 연동하는 github의 username
# repo: travis-ci와 연동하는 github의 repository이름
# https://github.com/&lt;username&gt;/&lt;repository&gt;
branch: master
# 사용할 branch 명
relative_source:
destination: ../[GitHubPage]/
# compile된 결과가 생성되는 폴더
# 이 폴더안의 내용이 우리가 운영하는 블로그 내용이 컴파일되서 들어간다.
# 이 폴더안의 내용을 github repository (https://username.github.io)에 push
# 만약 Travis-CI를 이용할 예정이면 이 부분을 git submodule로
# github repository(https://username.github.io)에 연결해야 한다.
# exclude는 Jekyll 컴파일 시 destination에 포함될 필요가
# 없는 것들을 명시한다. (node_modules와 필요없는 것들은 제외)
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- &quot;*.Rmd&quot;
- vendor
- .travis.yml
- node_modules
- assets/css
- assets/images
- _posts/angular
- _posts/et-cetera
# - _posts/python
- _posts/typescript
- _posts/jekyll
- _posts/iot
- _posts/r
- _posts/economy
</pre></noscript>
<script src="https://gist.github.com/koo9nine/27501e6070a96dd7b6bc6533c6c8dfd0.js"> </script></content><author><name>koo9nine</name></author><category term="python" /><summary type="html">Python 강좌는 여러 절로 구성되어 있습니다. Python 기본 Python 제어문</summary></entry><entry><title type="html">Python 기본</title><link href="https://koo9nine.github.io/python-basic" rel="alternate" type="text/html" title="Python 기본" /><published>2020-12-29T00:00:00+09:00</published><updated>2020-12-29T00:00:00+09:00</updated><id>https://koo9nine.github.io/python-basic</id><content type="html" xml:base="https://koo9nine.github.io/python-basic"><p><span class="table-of-contents-list">Python 강좌는 여러 절로 구성되어 있습니다. </span></p>
<ul class="table-of-contents-list">
<li><a href="./python-basic">Python 기본</a></li>
<li><a href="./python-control-statement">Python 제어문</a></li>
</ul>
<p>이 글은 python 기본 내용입니다.</p>
<div class="language-javascript highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="kd">function</span> <span class="nx">syntaxHighlight</span><span class="p">(</span><span class="nx">code</span><span class="p">)</span> <span class="p">{</span>
<span class="kd">var</span> <span class="nx">foo</span> <span class="o">=</span> <span class="s1">'Hello World'</span><span class="p">;</span>
<span class="kd">var</span> <span class="nx">bar</span> <span class="o">=</span> <span class="mi">100</span><span class="p">;</span>
<span class="p">}</span>
</code></pre></div></div></content><author><name>koo9nine</name></author><category term="python" /><summary type="html">Python 강좌는 여러 절로 구성되어 있습니다. Python 기본 Python 제어문</summary></entry><entry><title type="html">Object Detection 기본</title><link href="https://koo9nine.github.io/objectdetection-basic" rel="alternate" type="text/html" title="Object Detection 기본" /><published>2020-12-29T00:00:00+09:00</published><updated>2020-12-29T00:00:00+09:00</updated><id>https://koo9nine.github.io/objectdetection-basic</id><content type="html" xml:base="https://koo9nine.github.io/objectdetection-basic"><p>이 글은 object detection 기본 내용입니다.</p></content><author><name>koo9nine</name></author><category term="object-detection" /><summary type="html">이 글은 object detection 기본 내용입니다.</summary></entry><entry><title type="html">Welcome to Ghost</title><link href="https://koo9nine.github.io/welcome" rel="alternate" type="text/html" title="Welcome to Ghost" /><published>2017-07-27T19:00:00+09:00</published><updated>2017-07-27T19:00:00+09:00</updated><id>https://koo9nine.github.io/welcome</id><content type="html" xml:base="https://koo9nine.github.io/welcome"><p>Hey! Welcome to Ghost, it’s great to have you :)</p>
<p>We know that first impressions are important, so we’ve populated your new site with some initial <strong>Getting Started</strong> posts that will help you get familiar with everything in no time. This is the first one!</p>
<h3 id="there-are-a-few-things-that-you-should-know-up-front">There are a few things that you should know up-front:</h3>
<ol>
<li>Ghost is designed for ambitious, professional publishers who want to actively build a business around their content. That’s who it works best for. If you’re using Ghost for some other purpose, that’s fine too - but it might not be the best choice for you.</li>
<li>The entire platform can be modified and customized to suit your needs, which is very powerful, but doing so <strong>does</strong> require some knowledge of code. Ghost is not necessarily a good platform for beginners or people who just want a simple personal blog.</li>
<li>For the best experience we recommend downloading the Ghost Desktop App for your computer, which is the best way to access your Ghost site on a desktop device.</li>
</ol>
<p>Ghost is made by an independent non-profit organisation called the Ghost Foundation. We are 100% self funded by revenue from our <a href="https://ghost.org/pricing">Ghost(Pro)</a> service, and every penny we make is re-invested into funding further development of free, open source technology for modern journalism.</p>
<p>The main thing you’ll want to read about next is probably: <a href="https://demo.ghost.io/the-editor/">the Ghost editor</a>.</p>
<p>Once you’re done reading, you can simply delete the default <strong>Ghost</strong> user from your team to remove all of these introductory posts!</p></content><author><name>ghost</name></author><category term="Getting started" /><summary type="html">Hey! Welcome to Ghost, it’s great to have you :)</summary></entry></feed>