This commit is contained in:
uetchy 2019-04-24 16:23:17 +09:00
parent 3c52ddd30e
commit 2cc1de6c20
5 changed files with 40 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,9 @@
---
layout: default
---
<section>
<article class="article">
<div class="article__content">{{ content }}</div>
</article>
</section>

View File

@ -1,7 +1,7 @@
--- ---
title: 私について title: 私について
permalink: "/author-ja" permalink: "/author-ja"
layout: post layout: article
--- ---
私の名前は **上地 泰彰** です。回帰ニューラルネットワークの研究をしている大学院生です。1994年に沖縄で生まれ、神奈川に住んでいます。 私の名前は **上地 泰彰** です。回帰ニューラルネットワークの研究をしている大学院生です。1994年に沖縄で生まれ、神奈川に住んでいます。

View File

@ -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://img.shields.io/badge/born-1994-green.svg)
[![](https://img.shields.io/badge/github-active-green.svg)](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

View File

@ -1,6 +1,6 @@
--- ---
title: Send &amp; Claim title: Pay
permalink: "/pay" permalink: '/pay'
layout: default layout: default
--- ---