Skip to main content

3 posts tagged with "docusaurus"

View All Tags

docusaurus

· 2 min read
House Husband

上一個工作日進度

  • 研究 yt-dlp 透過 python下載youtube 並轉換成mp3
  • 建立 Mac 桌面錄影轉 FFmpeg 指令
  • .zshrc 相關設定檔案
  • 筆記資料夾重構
  • 處理呼叫 openapi 時報錯問題
  • mp3 透過 whisper api 轉換為 文字
  • 文字透過 open api 轉換為 markdown
  • Github Project Study

今日工作項目

  • 聲音筆記(google keep/gemini)
  • 資料工程師職責和工作內容 還有學習Roadmap
  • Youtube 語音轉筆記 TODO List
  • Youtube 語音轉筆記 測試
  • Youtube 語音轉筆記 upload to github
  • 取消訂閱 midjouney(使用 chatgpt 和 gemini 代替)
  • 建立 弟弟和姊姊的日記(docusaurus)
  • Github Project Study (tag and milestone)
  • 地板微整理
  • 減少蟑螂出現計畫撰寫

遭遇困難

docusaurus

· One min read
House Husband

  1. 在Google 上找答案發現自己在N年前曾幫別人回答過這個問題...
  2. 開始使用docusaurus 紀錄開發歷程和心得,好記性不如爛筆頭,何況我們沒有記性這種東西...
  3. 原本想用Typora 進行markdown 編輯, 但是要收費了, 改使用vscode+ Markdown image 編輯
  4. Markdown image Extension linux 需要先安裝 xclip
  5. 遠端使用好像有問題改成在Hackmd 編輯後再貼過來
sudo apt install xclip

Welcome1

· One min read
House Husband

Docusaurus blogging features are powered by the blog plugin.

Simply add Markdown files (or folders) to the blog directory.

Regular blog authors can be added to authors.yml.

The blog post date can be extracted from filenames, such as:

  • 2019-05-30-welcome.md
  • 2019-05-30-welcome/index.md

A blog post folder can be convenient to co-locate blog post images:

Docusaurus Plushie

The blog supports tags as well!

And if you don't want a blog: just delete this directory, and use blog: false in your Docusaurus config.