Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gimjin/blog
Kim's Blog Powered By Hexo
https://github.com/gimjin/blog
Last synced: 3 days ago
JSON representation
Kim's Blog Powered By Hexo
- Host: GitHub
- URL: https://github.com/gimjin/blog
- Owner: gimjin
- Created: 2019-03-23T10:41:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T03:17:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-18T06:59:43.076Z (over 1 year ago)
- Language: Stylus
- Homepage: http://blog.ixiaer.com
- Size: 21 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/kimseongrim/blog/generate-and-deploy)
### Generate Blog
```bash
hexo clean
hexo generate
hexo server
```### Typora setting
1. Install [typora-theme-next](https://github.com/BillChen2K/typora-theme-next)
2. Setting > Image
* Copy image to custom folder > ./images
* Select Apply above rols to local images
* Select Apply above rols to online images
* Use relative path if possible### Publish article
```bash
$ chmod +x ./publish.sh
$ ./publish.sh
```