Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvatanabe/blog.vvatanabe.com
I’ve started writing a blog in English!
https://github.com/vvatanabe/blog.vvatanabe.com
blog english hugo
Last synced: 24 days ago
JSON representation
I’ve started writing a blog in English!
- Host: GitHub
- URL: https://github.com/vvatanabe/blog.vvatanabe.com
- Owner: vvatanabe
- Created: 2017-02-24T00:03:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T04:14:45.000Z (over 7 years ago)
- Last Synced: 2024-05-21T12:37:57.121Z (6 months ago)
- Topics: blog, english, hugo
- Language: HCL
- Homepage: http://blog.vvatanabe.com/
- Size: 8.52 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/vvatanabe/diary.svg?branch=master)](https://travis-ci.org/vvatanabe/blog.vvatanabe.com)
# blog.vvatanabe.com
## Motivation
Hi. I’m Yuichi Watanabe. Please call me Nabe. But why is my last name ends with “nabe?”
My work is a Software Engineer. There are many foreigners in our company. For example, Taiwanese, Indonesians, Swiss, Germans, Americans, Canadians and so on. Lucky to have such great members. I enjoyed developing a products with my colleagues. I need to use English at work. We usually use English and Japanese languages in communicating with each other in our workplace.
But I have a problem. I’m not good in English.
I can do a little reading and writing using English. However, particularly speaking and listening are my weak points.
So, I’ve started writing a blog in English!
The contents are quite different from other blogs. Usually my topics are technology, work, Japanese sake, sumo wrestling, music, daily life activities and so on. If I make mistakes in my English, please pardon me. If you are an engineer, would you give me a pull request on Github please? I would like to communicate enjoyably with my colleagues using English as soon as possible.
I believe Knowing about cultures in various countries will enrich our knowledge.
Thanks!
## Development
```
$ git clone --recursive https://github.com/vvatanabe/blog.vvatanabe.com.git
$ hugo server -D -w
```## Provision
```
$ cd ./infra
$ terraform apply
```