这篇文章没有任何意义,只是在联系hexo的一些用法,一记主题的一些配置.

目录

  1. 关于目录
  2. 图片引入
  3. 文字高亮
  4. 文字引用块
    1. 普通引用
    2. 引用书上的句子
    3. 引用 Twitter
    4. 引用网络上的文章
  5. 图片标签

关于目录

使用关键标签<!-- toc -->,可以在指定的地方自动生成目录.

图片引入

文字高亮

{% hl_text [(classes | hexa code | rgb color | rgba color)] %} 
content
{% endhl_text %}
Verizon首席网络工程师兼无线网络负责人Nicola Palmern说:“大规模MIMO是4G LTE的重要组成部分,并将在5G技术中发挥重要作用,可以降低数十亿个连接中的单位数延迟以及提高他们的可扩展性。”

MIMO,多输入多输出技术(Multiple-Input Multiple-Output)是指在发射端和接收端分别使用多个发射天线和接收天线,使信号通过发射端与接收端的多个天线传送和接收,从而改善通信质量。

这项技术现在使用得最多的是家庭Wi-Fi网络,类型通常是2×2或3×3的天线,即用于发送和接收的两个或三个天线。大规模MIMO采用相同的概念,并将其变成一路。

## 特殊提示框

{% alert [classes] %}
content
{% endalert %}

Verizon没有说明测试使用了多少个天线,但是大规模MIMO通常意味着比现有技术高几个数量级。

Verizon没有说明测试使用了多少个天线,但是大规模MIMO通常意味着比现有技术高几个数量级。

Verizon没有说明测试使用了多少个天线,但是大规模MIMO通常意味着比现有技术高几个数量级。

Verizon没有说明测试使用了多少个天线,但是大规模MIMO通常意味着比现有技术高几个数量级。

Verizon没有说明测试使用了多少个天线,但是大规模MIMO通常意味着比现有技术高几个数量级。

文字引用块

hexo 关于引用块的文档引用块标签

普通引用

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem.

引用书上的句子

Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.

David LevithanWide Awake

引用 Twitter

NEW: DevDocs now comes with syntax highlighting. http://devdocs.io

引用网络上的文章

Every interaction is both precious and an opportunity to delight.

图片标签

{% image [classes] [group:group-name] /path/to/image [/path/to/thumbnail] [width of thumbnail] [height of thumbnail] [title text] %}

classes:

  • fancybox : Generate a fancybox image.
  • nocaption : Caption of the image will not be displayed.
  • left : Image will float at the left.
  • right : Image will float at the right.
  • center : Image will be at center.
  • fig-20 : Image will take 20% of the width of post width and automatically float at left.
  • fig-25 : Image will take 25% of the width of post width and automatically float at left.
  • fig-33 : Image will take 33% of the width of post width and automatically float at left.
  • fig-50 : Image will take 50% of the width of post width and automatically float at left.
  • fig-75 : Image will take 75% of the width of post width and automatically float at left.
  • fig-100 : Image will take 100% of the width of post width.
  • clear : Add a div with clear:both; style attached after the image to retrieve the normal flow of the post.

左右样式

添加fancyboxgroups:[xxx] 来组成相册