Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinshu1995/blog
Kevin's Personal Blog,使用 hexo,分享前端技術筆記與個人紀錄
https://github.com/kevinshu1995/blog
blog hexo-blog personal-blog
Last synced: about 1 month ago
JSON representation
Kevin's Personal Blog,使用 hexo,分享前端技術筆記與個人紀錄
- Host: GitHub
- URL: https://github.com/kevinshu1995/blog
- Owner: kevinshu1995
- Created: 2020-02-04T12:55:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T21:32:08.000Z (over 1 year ago)
- Last Synced: 2023-04-26T04:59:13.320Z (over 1 year ago)
- Topics: blog, hexo-blog, personal-blog
- Language: HTML
- Homepage: https://kevinshu1995.github.io/blog/
- Size: 13.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kevin Hsu's Blog
HTML | CSS | Javascript | Web | Life
學習筆記與沒人想看的生活瑣事
[Blog link - 部落格連結](https://kevinshu1995.github.io/blog/)## Notes
```bash
# preflight
cd themes/hexo-theme-tranquilpeak
npm install
npm run prodcd ../..
npm install# run local server
npm server
```