# share **Repository Path**: johnkuo/share ## Basic Information - **Project Name**: share - **Description**: :100:This is my share, Powered by jekyll. - **Primary Language**: Ruby - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [share](https://davidkoojohn.github.io/share/) > 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](https://jekyllrb.com/) ``` $ 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](https://davidkoojohn.github.io)