New Journey

New Journey

時隔多年,寫網誌的衝動又再度浮現,不知道這次能持續多久

現在 HEXO 也改進了不少,好用很多,順便紀錄一下一些設定

Read more

Hexo 顯示數學公式

問題: 無法在 Hexo 中直接顯示數學公式?

在 Markdown 編輯器中,一般都會支援 MathJax or LaTex 的數學公式語法。

但是推上 Blog 之後,顯示還是如原本一樣。

1
\alpha^3 + \beta^6 - \gamma^2 \times 3x \div 8y^5 + \omega
Read more

HEXO - Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

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