Netlifyにブログサイトを構築する
- サイト構築に使ったのはHugo

The world’s fastest framework for building websites
The world’s fastest framework for building websites
- 生成後のページをGithubにアップロード

GitHub: Let’s build from here
GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...
- ホスティングに使ったのはNetlify

Develop and deploy websites and apps in record time | Netlify
Accelerate the time to deploy your websites and apps. Bring your integrations and APIs together on one powerful serverless platform. Get started for free!
ページを追加
$ hugo new /contents/posts/hogehoge.md
# .mdまで入れないと生成できない
マークダウンを編集
- MacのMarkTextというアプリで編集

GitHub - marktext/marktext: 📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
📝A simple and elegant markdown editor, available for Linux, macOS and Windows. - GitHub - marktext/marktext: 📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
Githubにアップロード
git add .
git commit -m "なんかコメント"
git push
これで行けるはず。