My New Hugo Site
  • Hello My Macbook Pro

    Jan 6, 2022 · 2 min read · 給個 tag 1 給個 tag 2  ·
    Share on:

    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
  • Code Server 101

    Jan 5, 2022 · 1 min read · 給個 tag 1 給個 tag 2  ·
    Share on:

    版本 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
  • About Creating a New Post With Hugo

    Nov 7, 2021 · 1 min read · 給個 tag 1 給個 tag 2  ·
    Share on:

    這篇文章是怎麼產生的呢? 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

Recent Posts

  • Unifi Udr Loss Apps After Reformat Sd Card
  • Hello My Macbook Pro
  • Code Server 101
  • About Creating a New Post With Hugo
  • 0058 Length of Last Word
  • 0053 Maximum Subarray
  • 0038 Count and Say
  • 0035 Search Insert Position

Categories

LEETCODE 15 給個分類 3

Tags

LEETCODE-EASY 14 LEETCODE-STRING 6 LEETCODE-ARRAY 5
All Tags
LEETCODE-ARRAY5 LEETCODE-BINARY-SEARCH1 LEETCODE-DIVIDE-AND-CONQUER1 LEETCODE-DYNAMIC-PROGRAMMING1 LEETCODE-EASY14 LEETCODE-HASH-TABLE1 LEETCODE-LINKED-LIST2 LEETCODE-MATH4 LEETCODE-MEDIUM1 LEETCODE-STACK1 LEETCODE-STRING6 LEETCODE-TWO-POINTERS3 給個-TAG-13 給個-TAG-23
[A~Z][0~9]
My New Hugo Site

Copyright  MY NEW HUGO SITE. All Rights Reserved