Skip to content

davidkoojohn/share

Repository files navigation

Personal blog of John Kuo, Technology sharing

The website targets the latest version of Chrome, Safari, and Firefox.

On PC screenshots

On Mobile screenshots

install jekyll

$ gem install jekyll

dev

$ git clone https://github.com/davidkoojohn/share.git
# then run:
$ jekyll serve
# Or
$ bundle exec jekyll server

Article path

.
├── _config.yml   # 配置
├── _posts        # 文章
|   └── *.md
├── _drafts       # 草稿
|   ├── *.md
|   └── *.md
└── *

Contact me

License

MIT © John Guo