update
This commit is contained in:
parent
3c52ddd30e
commit
2cc1de6c20
@ -16,6 +16,9 @@
|
|||||||
<li class="menu__item">
|
<li class="menu__item">
|
||||||
<a href="/wallpaper">Wallpaper</a>
|
<a href="/wallpaper">Wallpaper</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="menu__item">
|
||||||
|
<a href="/pay">Pay</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
9
_layouts/article.html
Normal file
9
_layouts/article.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<article class="article">
|
||||||
|
<div class="article__content">{{ content }}</div>
|
||||||
|
</article>
|
||||||
|
</section>
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: 私について
|
title: 私について
|
||||||
permalink: "/author-ja"
|
permalink: "/author-ja"
|
||||||
layout: post
|
layout: article
|
||||||
---
|
---
|
||||||
|
|
||||||
私の名前は **上地 泰彰** です。回帰ニューラルネットワークの研究をしている大学院生です。1994年に沖縄で生まれ、神奈川に住んでいます。
|
私の名前は **上地 泰彰** です。回帰ニューラルネットワークの研究をしている大学院生です。1994年に沖縄で生まれ、神奈川に住んでいます。
|
||||||
|
29
_pages/me.md
29
_pages/me.md
@ -1,10 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: Me
|
title: Yasuaki Uechi
|
||||||
permalink: "/me"
|
permalink: '/me'
|
||||||
layout: post
|
layout: article
|
||||||
---
|
---
|
||||||
|
|
||||||
I'm **Yasuaki Uechi**, a graduate student studying about recurrent neural networks. I was born in Okinawa, Japan in 1994 and have been living in Kanagawa.
|
<style>
|
||||||
|
img {
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
# README
|
||||||
|
|
||||||
|

|
||||||
|
[](https://github.com/uetchy)
|
||||||
|
|
||||||
|
> I'm **Yasuaki Uechi**, a graduate student studying about recurrent neural networks. I was born in Okinawa, Japan in 1994 and have been living in Kanagawa.
|
||||||
|
|
||||||
[日本語](/author-ja)
|
[日本語](/author-ja)
|
||||||
|
|
||||||
@ -12,6 +23,16 @@ I'm **Yasuaki Uechi**, a graduate student studying about recurrent neural networ
|
|||||||
|
|
||||||
Reach me at `y@uechi.io` or [@uetschy](https://twitter.com/uetschy) on Twitter.
|
Reach me at `y@uechi.io` or [@uetschy](https://twitter.com/uetschy) on Twitter.
|
||||||
|
|
||||||
|
## Public Key
|
||||||
|
|
||||||
|
```
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAING7EWpaWSNsbWrfOQaTq5Vl2Tn8nHlAnoEEpgjH7prA
|
||||||
|
```
|
||||||
|
|
||||||
|
## GPG Key
|
||||||
|
|
||||||
|
Get [GPG Key](https://github.com/uetchy.gpg) on GitHub.
|
||||||
|
|
||||||
# Facts
|
# Facts
|
||||||
|
|
||||||
- Play violin, tin whistle and bodhrán
|
- Play violin, tin whistle and bodhrán
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Send & Claim
|
title: Pay
|
||||||
permalink: "/pay"
|
permalink: '/pay'
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user