Netlifyに移行してます(途中)。記事をhugoで生成してGithubに置いてNetlify連携という感じで。

export class Netlify {
  constructor() {
    console.log("hello");
  }
}