Static Site
已經想要玩一下 static site generator 很久了,研究了一下後決定來玩玩看 hugo。
Code block
玩 static site 當然要有 code block 啊(?
import numpy as np
A = np.random.random((10, 10))
B = np.random.random((10, 10))
print(A @ B) # python 3.5+ new syntax
const a = { test: 123 };
console.log('Hello World!');
#include <bits/stdc++.h>
using namespace std;
int main()
{
cout << "Hao 123" << endl;
return 0;
}
Math
不過我也想打點 \(\LaTeX\)
\[ \ln x = \int_{1}^x \frac{1}{t} \, dt \]Conclusion
莫名奇妙的 section,總之以後試著整理一些理論和技術文章好了…