Skip to content

Commit

Permalink
Fix footer; modify 'about' page
Browse files Browse the repository at this point in the history
  • Loading branch information
SeiyaKobayashi committed Apr 30, 2024
1 parent 52daaf3 commit a0ee67f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Overview

Repo for my personal [website](https://seiyakobayashi.github.io/).
Repo for my personal [website](https://blog.seiya.work/).

## Local Development

Expand All @@ -14,7 +14,7 @@ Repo for my personal [website](https://seiyakobayashi.github.io/).
- `ruby-build`

```sh
# Ruby's version should be lower than '3.2.0' (as of Jan. 2023)
# Ruby's version should be lower than '3.2.0' (as of Apr. 2024)
$ rbenv install 3.1.3
# You can also specify version locally (to avoid version conflicts)
$ rbenv global 3.1.3
Expand All @@ -26,7 +26,7 @@ $ bundle install

#### Run local server

Access http://localhost:4000/ after running the following commands.
Run the following command. Then access http://localhost:4000/

```sh
$ bundle exec jekyll s
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Seiya Kobayashi
author:
name: Seiya Kobayashi / 小林 聖弥
email: work@seiya.tech
email: eng@seiya.work
description: >
Seiya Kobayashi's personal website.
remote_theme: jekyll/minima
Expand Down
10 changes: 7 additions & 3 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ title: About
permalink: /about/
---

> Imagination is more important than knowledge. For knowledge is limited, whereas imagination embraces the entire world, stimulating progress, giving birth to evolution.<br>- Albert Einstein
> Imagination is more important than knowledge. For knowledge is limited, whereas imagination embraces the entire world, stimulating progress, giving birth to evolution.<br>- Albert Einstein (1879 - 1955)
I'm a **full-stack software engineer** based in Tokyo, Japan. For software development, I leverage any sort of tech stack to achieve what's supposed to be achieved, yet speaking of programming languages, **TypeScript** and **Python** are my go-tos among all. I've also recently been passionate about research and development in the web3 domain. My latest interest lies at the intersection of **1) public blockchains, 2) applied cryptography, and 3) artificial intelligence**. If anything, please reach out to me via whatever means listed on this website!
## 👋🏼 About Myself

東京を拠点に**フルスタックのソフトウェアエンジニア**として活動しています. 信頼性が高くスケーラブルなソフトウェア・アプリケーションの設計・開発・運用から, DevOps に基づいた品質・生産性の高い開発環境・開発チームの構築まで, 幅広くサポートします. 使用する言語やツールは問いませんが, **TypeScript****Python** が最もよく利用する言語になります. 最近は web2 領域での開発だけでなく, web3 領域での R&D にも力を入れており, 特に**ブロックチェーン・応用暗号学・AI**を掛け合わせた領域に興味があります. お仕事のご依頼等はウェブサイトに記載のメールアドレス, または Telegram / Facebook Messenger までお願いいたします.
I'm a **full-stack software engineer** based in Tokyo, Japan. For software development, I leverage any sort of tech stack to achieve what's supposed to be achieved, yet speaking of programming languages, **TypeScript**, **Python** and **Solidity** are my go-tos among all. I've also recently been passionate about research and development in the web3 domain. My latest interest lies at the intersection of **1) public blockchains, 2) applied cryptography and 3) artificial intelligence**. If anything, please reach out to me via [Email](mailto:[email protected]), [Telegram](https://t.me/seiya_kobayashi) or [Facebook Messenger](https://www.facebook.com/seiya.kb).

---

東京を拠点に**フルスタックのソフトウェアエンジニア**として活動しています。**米国ボストン大学([Boston University](https://www.bu.edu/)****コンピューターサイエンス専攻・哲学副専攻**で卒業。あらゆるソフトウェア開発の根底の目的はテックスタックに依らないため、使用する言語やツールは問いませんが、**TypeScript****Python****Solidity**が最もよく利用する言語になります。最近はWeb3領域でのR&Dや開発に力を入れており、特に**ブロックチェーン・応用暗号学・AI**を掛け合わせた領域に興味があります。お仕事のご依頼等は[Email](mailto:[email protected])[Telegram](https://t.me/seiya_kobayashi)、または[Facebook Messenger](https://www.facebook.com/seiya.kb)までお願いします。
8 changes: 4 additions & 4 deletions minima.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Gem::Specification.new do |spec|
spec.name = "minima"
spec.version = "0.1.0"
spec.version = "1.0.0"
spec.authors = ["SeiyaKobayashi"]
spec.email = ["seiya.kobayashi.work@gmail.com"]
spec.email = ["eng@seiya.work"]

spec.summary = "TODO: Write a short summary, because Rubygems requires one."
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.summary = ""
spec.homepage = ""
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) }
Expand Down

0 comments on commit a0ee67f

Please sign in to comment.