Hello World
本博客是搭建后自动生成,我顺便当成自己使用该博客时需要使用的bash命令即及其记了忘的东西
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment
notes
参数 | 描述 | 默认值
:-: | :-: | :-: | :-: | :-:
layout | 布局 | post
title | 标题 | 文件名
date | 建立日期 | 文件建立日期
updated | 更新日期 | 文件更新日期
tags | 标签(不适用于分页)
categories| 分类(不适用于分页)
permalink| 覆盖文章网址
thumbnail | 缩略图地址
toc | 显示TOC按钮 | true
comment | 显示评论 | true
notag | 不生成标签按钮 | false
top | 置顶 | false
mathJax | 启用Mathjax | false
description: 每篇文章在搜索结果中显示的链接描述站点配置文件中的description
缩略图功能
在Material主题中,每个Scheme都有缩略图功能。
只需要在Front-matter中添加参数thumbnail:,然后填入缩略图地址即可。
本地调试
1 | $ hexo s |
push到github
1 | $ hexo g -d |
创建博客
1 | $ hexo new xx.md |
本文使用 CC BY-NC-SA 3.0 中国大陆 协议许可
具体请参见 知识共享协议
本文链接:https://zyhang8.github.io/2019/06/30/hello-world/