Contents

Hello Hugo

hello hugo

hugo 写作确实和 hexo 差不多。

test code highlight

测试目录显示bug

发现缩进好像没异常,但是整体代码块却极其异常向右偏移了一大半…

1
2
3
4
5
6
7
#include <iostream>
using namespace std;

int main() {
    cout << "Hello the fucking world!" << endl;
    return 0;
}
1
print("even code can't show ?")

test text

这是在vps部署的hugo,本文全部由vim编辑器手写markdown

没想到原生的vim编辑器也支持预览markdown加粗和英文的斜线,中文斜线在vim无法预览