经过一段时间的洗礼,重回github,将努力建设blog,简书,csdn,掘金。
千里之行,始于足下。
博客的建立
目前暂时运用github+hexo
来建设。
流程:github博客,本地网站hexo建立,链接
Github建立
- 注册github
- 本地设置RSA
- 配置fallenk.github.io
hexo使用
- 安装更新
npm install hexo-cli -g
- 快速开始
1.1 本地建立blog
1 | $ hexo init blog |
以下命令都在blog目录下
1.2 创建md文件$ hexo new "Hello Hexo"
1.3 生成静态网页$ hexo generate
或者 $ hexo g
1.4 开启服务$ hexo server
或者 $ hexo s
可进行本地查看
1.5 发布文件$ hexo deploy
或者$ hexo d
或者$ hexo g -d
发布至网上
1.6 清除缓存$ hexo clean
cafe使用
- 安装
$ git clone https://github.com/giscafer/hexo-theme-cafe.git themes/cafe
- 使用主题
修改博客配置文件 _config.yml
主题属性 theme 为 cafe
.
- 主题配置
主题themes/cafe/_config.yml
文件内容参考说明配置
配置教程具体见_config.yml
文件注释说明
图片托管
使用七牛托管图片,等待审核再来修改
- 上传图片
2.引用照片
![image](你的外链地址)