Yoichiro Hasebe

yohasebe.com

Source repository for yohasebe.com – a personal blog about linguistics, software, music, and other interests.

How it works

%%{ 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

Tech stack

License

Text content is licensed under CC BY-ND 4.0.