# Quick Start# 创建文件
row
# 启动本地服务
row
More info: Server
# Generate static files
row
More info: Generating
# Deploy to remote sites
row
More info: [Deployment]
1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 Alternatively, for H1 and H2, an underline-ish style: Alt-H1 ====== Alt-H2 ------
# H1# H2# H3# H4# H5# H6Alternatively, for H1 and H2, an underline-ish style:
# hexo 中插入视频
row 1 2 3 4 5 6 {% raw %} <div style ="position: relative; width: 100%; height: 0; padding-bottom: 75%;" > <iframe src ="//player.bilibili.com/player.html?isOutside=true&aid=663516639&bvid=BV1Ua4y1m775&cid=1336594555&p=1" scrolling ="no" border ="0" frameborder ="no" framespacing ="0" allowfullscreen ="true" style ="position: absolute; width: 100%; height: 100%; left: 0; top: 0;" > </iframe > </div > {% endraw %}
# md 文档开头标签
row 1 2 3 4 5 6 7 8 title: 置顶文章 #文章标题 date: 文章发布是年/月/日 时/分/秒 #时间 sticky: true #是否置顶 categories: # 文章分类 - [计算机科学, Java, 零基础学Java语言-浙江大学-翁恺]cover: http://placehold.it/350x150.jpg #文章封面 tags: #标签 description: #简介
https://hexo.io/docs/one-command-deployment.html
# 常用# 代码块
row 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ` ` ` java 行高亮 https://shoka.lostyu.me 参考链接 mark:1,6-7import java.util.Scanner; ... Scanner in = new Scanner (System.in); // 输入 Scan 之后,按下键盘 Alt + “/” 键,Eclipse 下自动补全。 System.out.println (in.nextLine ()); System.out.println ("Hello" + "world."); ` ` ` ` ` ` bash 命令行提示符 command:("[root@localhost] $":1,9-10||"[admin@remotehost] #":4-6)pwd /usr/home/chris/bin ls -la total 2 drwxr-xr-x 2 chris chris 11 Jan 10 16:48 . drwxr--r-x 45 chris chris 92 Feb 14 11:10 .. -rwxr-xr-x 1 chris chris 444 Aug 25 2013 backup -rwxr-xr-x 1 chris chris 642 Jan 17 14:42 deploy git add -A git commit -m "update" git push ` ` `
行高亮 参考链接 mark:1,6-7 1 2 3 4 5 6 7 import java.util.Scanner;... Scanner in = new Scanner (System.in);System.out.println (in.nextLine ()); System.out.println ("Hello" + "world." );
命令行提示符 command:("[root@localhost] $":1,9-10||"[admin@remotehost] #":4-6) 1 2 3 4 5 6 7 8 9 10 11 pwd /usr/home/chris/bin ls -latotal 2 drwxr-xr-x 2 chris chris 11 Jan 10 16:48 . drwxr--r-x 45 chris chris 92 Feb 14 11:10 .. -rwxr-xr-x 1 chris chris 444 Aug 25 2013 backup -rwxr-xr-x 1 chris chris 642 Jan 17 14:42 deploy git add -A git commit -m "update" git push
# note
提醒块
row 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 :::default 默认默认 ::: :::primary 基本基本 ::: :::info 提示提示 ::: :::success 成功成功 ::: :::warning 警告警告 ::: :::danger 危险危险 ::: :::danger no-icon 危险危险 :::
# label 标签块
row 1 2 3 4 5 6 [default]{.label} [primary]{.label .primary} [info]{.label .info} [:heavy_check_ mark:success]{.label .success} [warning]{.label .warning} [:broken_heart:danger]{.label .danger}
default primary info ✔️success warning 💔danger
# 文字特效
row 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ++下划线++ ++波浪线++{.wavy} ++着重点++{.dot} ++紫色下划线++{.primary} ++绿色波浪线++{.wavy .success} ++黄色着重点++{.dot .warning} ~~删除线~~ ~~红色删除线~~{.danger} ==荧光高亮== [赤橙黄绿青蓝紫]{.rainbow} [红色]{.red} [粉色]{.pink} [橙色]{.orange} [黄色]{.yellow} [绿色]{.green} [靛青]{.aqua} [蓝色]{.blue} [紫色]{.purple} [灰色]{.grey} 快捷键 [Ctrl]{.kbd} + [C]{.kbd .red} H~2~0 29^th^
下划线 波浪线 着重点 紫色下划线 绿色波浪线 黄色着重点 ~~删除线~~ ~~ 红色删除线 荧光高亮 赤橙黄绿青蓝紫 红色 粉色 橙色 黄色 绿色 靛青 蓝色 紫色 灰色 快捷键 Ctrl + C H2 0 29th
# collapse 折叠块
row 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 +++ 默认默认 这里是一段文字 ++ 下划线 ++ +++ +++primary 紫色 :::info 参考信息 ::: - 第一行- 第二行+++ +++info 蓝色 ;;;id3 卡片 1 这里是卡片 1 的内容 ;;; ;;;id3 卡片 2 这里是卡片 2 的内容 ;;; +++ +++success 绿色 {% links %} - site: 優萌初華 url: https://shoka.lostyu.me color: "#e9546b" {% endlinks %} +++ +++warning 黄色 !! 警告警告警告警告警告!!{.bulr} [label]{.label .success} +++ +++danger 红色 [danger]{.label .danger} +++
默认默认 这里是一段文字 紫色 蓝色 绿色
優萌初華 https://shoka.lostyu.me
黄色 !! 警告警告警告警告警告!!{.bulr}label
红色