共有 2 篇文章
新 Server 必用的設定
2024-10-24 - 2024-10-24
- tech
Vim 超炫十字定位 colorscheme koehler set number set cursorline highlight CursorLine cterm=none ctermbg=DarkBlue ctermfg=White set cursorcolumn highlight CursorColumn cterm=none ctermbg=DarkBlue ctermfg=White set hlsearch set mouse=a set encoding=utf-8 set shiftwidth=4 match WhitespaceEOL /\s+$/ 安裝 Fish Shell # 照抄 https://ithelp.ithome.com.tw/articles/10216705 sudo apt-add-repository ppa:fish-shell/release-3 sudo apt-get update sudo apt-get install fish curl -L https://get.oh-my.fish | fish omf install agnoster omf theme agnoster chsh -s /usr/bin/fish noob # noob 要換成你的使用者 將
Hugo 網站架設 從 0 到 100
2023-11-05 - 2023-12-04
- tech
先備條件 安裝 hugo,要讓你的 command line 可以執行 hugo 指令,OS 則沒有限制 我使用 windows 來操作,設定可以參考這篇,到 hugo 官方下載 windows 執行檔,然後加到環境變數裡面 hugo 指令 總共常使用的只