https://github.com/ubuntuvim/xcoding
专注于coding的博客网站。。。
https://github.com/ubuntuvim/xcoding
emberjs java jvm
Last synced: about 1 month ago
JSON representation
专注于coding的博客网站。。。
- Host: GitHub
- URL: https://github.com/ubuntuvim/xcoding
- Owner: ubuntuvim
- License: apache-2.0
- Created: 2018-08-03T18:48:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T08:58:40.000Z (over 2 years ago)
- Last Synced: 2023-10-08T09:33:29.418Z (over 2 years ago)
- Topics: emberjs, java, jvm
- Language: EJS
- Homepage: http://xcoding.tech
- Size: 14.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Xcoding
> 专注于xcoding的网站。。。
[http://xcoding.tech](http://xcoding.tech)
本repo只用于提交md文件,发布后的静态文件全部保存在`public`目录下,这些文件直接上传到[`ubuntuvim.github.io`](http://xcoding.tech)项目中部署。
生成静态HTML命令如下:
```shell
hexo g
```
得到静态HTML之后直接通过如下命令发布到[xcoding.tech](http://xcoding.tech)。
```shell
hexo deploy
```
在此之前要先执行`npm install`安装依赖包。
所有的博客存放在`source/_posts`目录下。执行命令`hexo g`后这些md文件会转成静态`html`文件。