Source repository for yohasebe.com – a personal blog about linguistics, software, music, and other interests.
%%{ init: { "flowchart": { "curve": "linear" } } }%%
flowchart LR
subgraph Local
write["Write Markdown"] -- build.rb --> preview["Preview"]
preview -. fswatch .-> write
end
subgraph GitHub
repo[("Repository")]
end
subgraph Server["yohasebe.com"]
pull["git pull"] --> build["build.rb"] --> nginx["nginx"]
end
write -- "git push" --> repo
repo -- "webhook" --> pull
scripts/build.rb)Text content is licensed under CC BY-ND 4.0.