記錄分享個人玩電腦的筆記。電腦是一種工具,善用軟體,可以玩得有效率。 p.s. 小弟分享的是個人實際使用的版本,未必是最新版本。
TeX: $\omega$, $|\cos(\phi)|$
TeX: \[ x^2 = 0 \]
利用 iframe 這個 html 的 tag,就可以在網頁中顯示其它網頁的內容
<iframe src="https://yourhost.com/path/to/notebook.html" width="100%" height="600px"></iframe>
git add .
git commit -m "Update website content"
git push origin main