-
Macbook shortcut common 大多數 app 通用,但還是要看 app 有沒有支援。 command + t: new window command + w: close window command + q: exit process command + tab: change current window screen command + shift + 3: full screen command + shift + 4: custom mode (in custom mode) space: specific window Homebrew https://brew.sh/index_zh-tw …
Read More -
版本 OS: ubuntu docker: 20.10.7 Code Server: 3.12.0 前置作業 cd ~ mkdir -p code-server/.config mkdir -p code-server/project cd code-server touch docker-compose.yml docker-compose.yml 的內容 version: "2.1" services: code-server: image: codercom/code-server:3.12.0 container_name: code-server user: root environment: - …
Read More -
這篇文章是怎麼產生的呢? hugo new posts/about-creating-a-new-post-with-hugo.md 這篇文章所在的實體路徑為 ~/content/posts/about-creating-a-new-post-with-hugo.md 檔案內容 --- title: "About Creating a New Post With Hugo" date: 2021-11-07T01:05:32+08:00 draft: true --- 檔案內容是怎麼來的? archetypes\default.md 怎麼判斷要用這份的? link archetypes/posts.md …
Read More