2023-11-18
引っ越し
HackMD からの移行
Obsidian からシームレスにオンライン上にメモを残すために構成を変更した。
ひとまず無料の範囲でこしらえることができた。
flowchart LR
HackMD
flowchart LR
subgraph フロー
iCloud<--同期-->Google Drive
Mobile<--同期-->Cloud
Desktop<--同期-->Cloud
local repo--git push-->main
main-->MkDocs
MkDocs--build-->branch
branch--deploy-->server
subgraph Obsidian
Mobile
subgraph local repo
Desktop
end
end
subgraph Cloud
iCloud
Google Drive
end
subgraph GitHub
subgraph remote repo
main
branch
subgraph Actions
MkDocs
end
end
end
subgraph Netlify
server
end
end
flowchart LR
subgraph フロー
iCloud<--同期-->Google Drive
Mobile<--同期-->Cloud
Desktop<--同期-->Cloud
local repo--git push-->main
main-->MkDocs
MkDocs--build-->branch
branch--deploy-->server
article--あとで読む-->workflow
workflow-->articles
Google Sheet--時限式トリガー-->main
subgraph Obsidian
Mobile
subgraph local repo
Desktop
end
end
subgraph Cloud
iCloud
Google Drive
end
subgraph Feedly
article
end
subgraph Google Sheet
articles
end
subgraph IFTTT
workflow
end
subgraph GitHub
subgraph remote repo
main
branch
subgraph Actions
MkDocs
end
end
end
subgraph Netlify
server
end
end
参考
Obsidian と MkDocs と GitHubActions と Netlify で君だけの最強日記環境を作りあげろ! - tick-taku's diary
今後やること
- Feedly の記事読みをウィークリー単位でサマリ化し Actions で Netlify にポストするしくみ作り
- IFTTT や Zapier などオートメーションサービスだとうまくいかなかったので自力で書くか
- そのほか MkDocs やワークフローの調整