-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
293 lines (264 loc) · 15.7 KB
/
index.html
File metadata and controls
293 lines (264 loc) · 15.7 KB
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="ja-jp">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>(scratchpad memories)</title>
<meta name="description" content="主に自分用メモの小ネタを書いていきます。">
<meta name="generator" content="Hugo 0.56.0-DEV" />
<meta property="og:title" content="(scratchpad memories)" />
<meta property="og:description" content="主に自分用メモの小ネタを書いていきます。" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ponkore.org/" />
<meta property="og:updated_time" content="2019-06-22T09:13:54+09:00" />
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<link rel="dns-prefetch" href="//fonts.gstatic.com" />
<link rel="alternate" type="application/rss+xml" title="(scratchpad memories) Feed" href="https://ponkore.org/index.xml">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700" type="text/css" media="all" />
<script type="text/javascript" src="/js/highlight.pack.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/solarized_dark.min.css">
<link rel="stylesheet" href="/css/style.css" type="text/css" media="all" />
<script type="text/javascript" src="/js/scripts.js"></script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body class="body body-right-sidebar mobile" itemscope="itemscope" itemtype="http://schema.org/WebPage">
<div class="container container-outer">
<header class="header" itemscope="itemscope" itemtype="http://schema.org/WPHeader">
<div class="container container-inner clearfix">
<div class="logo" role="banner" itemscope="itemscope" itemtype="http://schema.org/Brand">
<a class="logo__link" href="/" title="(scratchpad memories)" rel="home">
<h1 class="logo__title">(scratchpad memories)</h1>
<h2 class="logo__tagline">主に自分用メモの小ネタを書いていきます。</h2>
</a>
</div>
</div>
<hr class="divider">
</header>
<div class="wrapper clearfix">
<main class="main-content list content" role="main"><article class="list__item post clearfix">
<figure class="list__thumbnail">
<a href="https://ponkore.org/post/2019-06/22/hugo-and-circleci/">
<img src="/img/2019-06/22/hugo-and-circleci.png" alt="[Hugo] Blog post を CircleCI で自動的に Github Pages にデプロイする" />
</a>
</figure>
<div class="list__content clearfix">
<header class="list__header">
<h3 class="list__title post__title ">
<a href="/post/2019-06/22/hugo-and-circleci/" rel="bookmark">[Hugo] Blog post を CircleCI で自動的に Github Pages にデプロイする</a>
</h3>
<div class="list__meta meta">
<svg class="icon icon-time" height="14" viewBox="0 0 16 16" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m8-.0000003c-4.4 0-8 3.6-8 8 0 4.4000003 3.6 8.0000003 8 8.0000003 4.4 0 8-3.6 8-8.0000003 0-4.4-3.6-8-8-8zm0 14.4000003c-3.52 0-6.4-2.88-6.4-6.4000003 0-3.52 2.88-6.4 6.4-6.4 3.52 0 6.4 2.88 6.4 6.4 0 3.5200003-2.88 6.4000003-6.4 6.4000003zm.4-10.4000003h-1.2v4.8l4.16 2.5600003.64-1.04-3.6-2.1600003z"/></svg>
<time class="list__meta-date" datetime="2019-06-22T09:13:54">2019/06/22</time>
</div>
</header>
<div class="list__excerpt">
<p>テスト</p>
</div>
</div>
</article>
<article class="list__item post clearfix">
<figure class="list__thumbnail">
<a href="https://ponkore.org/post/2018-07/17/webpack-for-non-spa/">
<img src="/img/2018-07/17/webpack-for-non-spa.png" alt="SPAでない Web Application のための webpack" />
</a>
</figure>
<div class="list__content clearfix">
<header class="list__header">
<h3 class="list__title post__title ">
<a href="/post/2018-07/17/webpack-for-non-spa/" rel="bookmark">SPAでない Web Application のための webpack</a>
</h3>
<div class="list__meta meta">
<svg class="icon icon-time" height="14" viewBox="0 0 16 16" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m8-.0000003c-4.4 0-8 3.6-8 8 0 4.4000003 3.6 8.0000003 8 8.0000003 4.4 0 8-3.6 8-8.0000003 0-4.4-3.6-8-8-8zm0 14.4000003c-3.52 0-6.4-2.88-6.4-6.4000003 0-3.52 2.88-6.4 6.4-6.4 3.52 0 6.4 2.88 6.4 6.4 0 3.5200003-2.88 6.4000003-6.4 6.4000003zm.4-10.4000003h-1.2v4.8l4.16 2.5600003.64-1.04-3.6-2.1600003z"/></svg>
<time class="list__meta-date" datetime="2018-07-17T09:13:54">2018/07/17</time>
</div>
</header>
<div class="list__excerpt">
<p>SPAでない Web Application で webpack を使おうしたときに少しハマったの
でメモしておきます。</p>
</div>
</div>
</article>
<article class="list__item post clearfix">
<figure class="list__thumbnail">
<a href="https://ponkore.org/post/2018-07/16/prepare-python-for-oracle/">
<img src="/img/2018-07/16/prepare-python-for-oracle.png" alt="Python から Oracle を使う際の環境設定メモ" />
</a>
</figure>
<div class="list__content clearfix">
<header class="list__header">
<h3 class="list__title post__title ">
<a href="/post/2018-07/16/prepare-python-for-oracle/" rel="bookmark">Python から Oracle を使う際の環境設定メモ</a>
</h3>
<div class="list__meta meta">
<svg class="icon icon-time" height="14" viewBox="0 0 16 16" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m8-.0000003c-4.4 0-8 3.6-8 8 0 4.4000003 3.6 8.0000003 8 8.0000003 4.4 0 8-3.6 8-8.0000003 0-4.4-3.6-8-8-8zm0 14.4000003c-3.52 0-6.4-2.88-6.4-6.4000003 0-3.52 2.88-6.4 6.4-6.4 3.52 0 6.4 2.88 6.4 6.4 0 3.5200003-2.88 6.4000003-6.4 6.4000003zm.4-10.4000003h-1.2v4.8l4.16 2.5600003.64-1.04-3.6-2.1600003z"/></svg>
<time class="list__meta-date" datetime="2018-07-16T14:48:53">2018/07/16</time>
</div>
</header>
<div class="list__excerpt">
<p>Python から Oracle を使う際の環境設定メモです。</p>
</div>
</div>
</article>
<article class="list__item post clearfix">
<figure class="list__thumbnail">
<a href="https://ponkore.org/post/2017-10/02/add-emacs-function-for-hugo-post/">
<img src="/img/2017-10/02/Emacs.png" alt="[小ネタ] Hugoの記事を書き始めるための emacs lisp" />
</a>
</figure>
<div class="list__content clearfix">
<header class="list__header">
<h3 class="list__title post__title ">
<a href="/post/2017-10/02/add-emacs-function-for-hugo-post/" rel="bookmark">[小ネタ] Hugoの記事を書き始めるための emacs lisp</a>
</h3>
<div class="list__meta meta">
<svg class="icon icon-time" height="14" viewBox="0 0 16 16" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m8-.0000003c-4.4 0-8 3.6-8 8 0 4.4000003 3.6 8.0000003 8 8.0000003 4.4 0 8-3.6 8-8.0000003 0-4.4-3.6-8-8-8zm0 14.4000003c-3.52 0-6.4-2.88-6.4-6.4000003 0-3.52 2.88-6.4 6.4-6.4 3.52 0 6.4 2.88 6.4 6.4 0 3.5200003-2.88 6.4000003-6.4 6.4000003zm.4-10.4000003h-1.2v4.8l4.16 2.5600003.64-1.04-3.6-2.1600003z"/></svg>
<time class="list__meta-date" datetime="2017-10-02T22:09:55">2017/10/02</time>
</div>
</header>
<div class="list__excerpt">
<p>Hugoで記事を書き始めるための emacs lisp を書いてみました。</p>
</div>
</div>
</article>
<article class="list__item post clearfix">
<figure class="list__thumbnail">
<a href="https://ponkore.org/post/2017-09/10/keras-tensorflow-optimize/">
<img src="/img/2017-09/10/mnist.png" alt="TensorFlow を Intel CPU で最適化してみた" />
</a>
</figure>
<div class="list__content clearfix">
<header class="list__header">
<h3 class="list__title post__title ">
<a href="/post/2017-09/10/keras-tensorflow-optimize/" rel="bookmark">TensorFlow を Intel CPU で最適化してみた</a>
</h3>
<div class="list__meta meta">
<svg class="icon icon-time" height="14" viewBox="0 0 16 16" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m8-.0000003c-4.4 0-8 3.6-8 8 0 4.4000003 3.6 8.0000003 8 8.0000003 4.4 0 8-3.6 8-8.0000003 0-4.4-3.6-8-8-8zm0 14.4000003c-3.52 0-6.4-2.88-6.4-6.4000003 0-3.52 2.88-6.4 6.4-6.4 3.52 0 6.4 2.88 6.4 6.4 0 3.5200003-2.88 6.4000003-6.4 6.4000003zm.4-10.4000003h-1.2v4.8l4.16 2.5600003.64-1.04-3.6-2.1600003z"/></svg>
<time class="list__meta-date" datetime="2017-09-10T20:21:19">2017/09/10</time>
</div>
</header>
<div class="list__excerpt">
<p>自分のローカル環境(MacBook)で少しでも実行速度を改善しようとしたときの
メモです。</p>
</div>
</div>
</article>
<article class="list__item post clearfix">
<figure class="list__thumbnail">
<a href="https://ponkore.org/post/2017-09/02/hugo-first-post/">
<img src="https://raw.githubusercontent.com/gohugoio/hugoDocs/master/static/img/hugo-logo.png" alt="hugo でブログ書くことにしました" />
</a>
</figure>
<div class="list__content clearfix">
<header class="list__header">
<h3 class="list__title post__title ">
<a href="/post/2017-09/02/hugo-first-post/" rel="bookmark">hugo でブログ書くことにしました</a>
</h3>
<div class="list__meta meta">
<svg class="icon icon-time" height="14" viewBox="0 0 16 16" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m8-.0000003c-4.4 0-8 3.6-8 8 0 4.4000003 3.6 8.0000003 8 8.0000003 4.4 0 8-3.6 8-8.0000003 0-4.4-3.6-8-8-8zm0 14.4000003c-3.52 0-6.4-2.88-6.4-6.4000003 0-3.52 2.88-6.4 6.4-6.4 3.52 0 6.4 2.88 6.4 6.4 0 3.5200003-2.88 6.4000003-6.4 6.4000003zm.4-10.4000003h-1.2v4.8l4.16 2.5600003.64-1.04-3.6-2.1600003z"/></svg>
<time class="list__meta-date" datetime="2017-09-09T18:02:36">2017/09/09</time>
</div>
</header>
<div class="list__excerpt">
<p>今まで放置していたブログですが、リニューアルして久しぶりに復活させることにしました。</p>
</div>
</div>
</article>
</main>
<aside class="sidebar" itemscope="itemscope" itemtype="http://schema.org/WPSideBar">
<div class="widget-social widget">
<h4 class="widget-social__title widget__title">About Me</h4>
<p><img src="/img/my-icon-64x64.png" alt="ponkore" title="ponkore" /></p>
<p>Software Engineer, Programmer</p>
<p>Clojure(Script), Java, C#, JavaScript, Oracle, PL/SQL</p>
<p>Japan</p>
<hr />
<div class="widget-social__content widget__content">
<ul class="widget-social__item">
<li class="widget__item">
<a class="smGlobalBtn facebookBtn" title="Facebook" rel="noopener noreferrer" href="https://facebook.com/masa0.kato" target="_blank"></a>
</li>
<li class="widget__item">
<a class="smGlobalBtn twitterBtn" title="Twitter" rel="noopener noreferrer" href="https://twitter.com/ponkore" target="_blank"></a>
</li>
<li class="widget__item">
<a class="smGlobalBtn githubBtn" title="Github" rel="noopener noreferrer" href="https://github.com/ponkore" target="_blank"></a>
</li>
<li class="widget__item">
<a class="smGlobalBtn emailBtn" title="Email" rel="noopener noreferrer" href="mailto:ponkore@gmail.com"></a>
</li>
<li class="widget__item">
<a class="smGlobalBtn rssBtn" title="RSS" rel="noopener noreferrer" href="/index.xml"></a>
</li>
</ul>
</div>
</div>
<div class="widget-recent widget">
<h4 class="widget__title">Recent Posts</h4>
<div class="widget__content">
<ul class="widget__list">
<li class="widget__item"><a class="widget__link" href="/post/2019-06/22/hugo-and-circleci/">[Hugo] Blog post を CircleCI で自動的に Github Pages にデプロイする</a></li>
<li class="widget__item"><a class="widget__link" href="/post/2018-07/17/webpack-for-non-spa/">SPAでない Web Application のための webpack</a></li>
<li class="widget__item"><a class="widget__link" href="/post/2018-07/16/prepare-python-for-oracle/">Python から Oracle を使う際の環境設定メモ</a></li>
<li class="widget__item"><a class="widget__link" href="/post/2017-10/02/add-emacs-function-for-hugo-post/">[小ネタ] Hugoの記事を書き始めるための emacs lisp</a></li>
<li class="widget__item"><a class="widget__link" href="/post/2017-09/10/keras-tensorflow-optimize/">TensorFlow を Intel CPU で最適化してみた</a></li>
<li class="widget__item"><a class="widget__link" href="/post/2017-09/02/hugo-first-post/">hugo でブログ書くことにしました</a></li>
</ul>
</div>
</div>
<div class="widget-categories widget">
<h4 class="widget__title">Categories</h4>
<div class="widget__content">
<ul class="widget__list">
<li class="widget__item"><a class="widget__link" href="/categories/blog">Blog</a></li>
<li class="widget__item"><a class="widget__link" href="/categories/programming">Programming</a></li>
</ul>
</div>
</div>
<div class="widget-taglist widget">
<h4 class="widget__title">Tags</h4>
<div class="widget__content">
<a class="widget__link widget__link--taglist" href="/tags/circleci" title="circleci"><i class="fa fa-fw fa-tag" aria-hidden="true"></i>circleci (1)</a>
<a class="widget__link widget__link--taglist" href="/tags/emacs" title="emacs"><i class="fa fa-fw fa-tag" aria-hidden="true"></i>emacs (1)</a>
<a class="widget__link widget__link--taglist" href="/tags/hugo" title="hugo"><i class="fa fa-fw fa-tag" aria-hidden="true"></i>hugo (3)</a>
<a class="widget__link widget__link--taglist" href="/tags/javascript" title="javascript"><i class="fa fa-fw fa-tag" aria-hidden="true"></i>javascript (1)</a>
<a class="widget__link widget__link--taglist" href="/tags/lisp" title="lisp"><i class="fa fa-fw fa-tag" aria-hidden="true"></i>lisp (1)</a>
<a class="widget__link widget__link--taglist" href="/tags/machine-learning" title="machine-learning"><i class="fa fa-fw fa-tag" aria-hidden="true"></i>machine-learning (1)</a>
<a class="widget__link widget__link--taglist" href="/tags/oracle" title="oracle"><i class="fa fa-fw fa-tag" aria-hidden="true"></i>oracle (1)</a>
<a class="widget__link widget__link--taglist" href="/tags/python" title="python"><i class="fa fa-fw fa-tag" aria-hidden="true"></i>python (2)</a>
<a class="widget__link widget__link--taglist" href="/tags/tensorflow" title="tensorflow"><i class="fa fa-fw fa-tag" aria-hidden="true"></i>tensorflow (1)</a>
<a class="widget__link widget__link--taglist" href="/tags/%E5%B0%8F%E3%83%8D%E3%82%BF" title="小ネタ"><i class="fa fa-fw fa-tag" aria-hidden="true"></i>小ネタ (1)</a>
<a class="widget__link widget__link--taglist" href="/tags/%E9%9B%91%E8%A8%98" title="雑記"><i class="fa fa-fw fa-tag" aria-hidden="true"></i>雑記 (1)</a>
</div>
</div>
<div class="widget-taglist widget">
<h4 class="widget__title">Archives</h4>
<ul class="widget__content">
<li><a class="widget__link widget__link--taglist" href="/archives/2017-09" title="2017-09">2017-09 (2)</a></li>
<li><a class="widget__link widget__link--taglist" href="/archives/2017-10" title="2017-10">2017-10 (1)</a></li>
<li><a class="widget__link widget__link--taglist" href="/archives/2018-07" title="2018-07">2018-07 (2)</a></li>
<li><a class="widget__link widget__link--taglist" href="/archives/2019-06" title="2019-06">2019-06 (1)</a></li>
</ul>
</div>
<div class="widget-taglist widget">
<h4 class="widget__title">Older Contents</h4>
<ul class="widget__content">
<li><a class="widget__link widget__link--taglist" href="/misaki" title="Older Contents">Older Contents</a></li>
</ul>
</div>
</aside>
</div>
<footer class="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter">
<div class="container container-inner">
<p class="footer__copyright">© 2019 (scratchpad memories). <span class="footer__copyright-credits">Generated with <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/Vimux/Mainroad/" rel="nofollow noopener" target="_blank">Mainroad theme</a>.</span></p>
</div>
</footer>
</div>
<script>
var navigation = responsiveNav(".menu", {
navClass: "menu--collapse",
});
</script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>