過去にWordPressで運用していたブログを静的サイトジェネレーター(Static Site Generator)で作り直した。
遡ること5年も前に投稿したブログ記事をわざわざ引っ張り出して残しておく意味はあまりなかったかもしれないが備忘録なので捨てずに残しておくことにする。
今回の作り直しにあたって使ったツールなどをメモしておく。
- Application Insights(Azure Monitor)(アクセス解析)
- Azure Blob Storage(ホスティング)
- Azure CDN(コンテンツ配信)
- Azure DevOps(主にコード管理)
- Favicon Generator(ファビコン作成)
- Git(バージョン管理)
- Google Analytics(アクセス解析)
- Google Fonts(フォント)
- Leonardo(色の調整に)
- Microsoft Clarity(アクセス解析)
- Statiq(.NET Core / Static Site Generator)
- Visual Studio Code(エディタ)
- お名前.com(ドメイン)
参考にしたサイトなど
.NET Core / Razor / Visual Studio
- https://www.atmarkit.co.jp/fdotnet/rapidmaster/rapidmaster_03/rapidmaster_03.html
- https://docs.microsoft.com/ja-jp/dotnet/core/tutorials/debugging-with-visual-studio-code
- https://docs.microsoft.com/ja-jp/aspnet/core/blazor/debug?view=aspnetcore-5.0&tabs=visual-studio
- http://jirolabo.hatenablog.com/entry/2016/02/22/160232
Favicon
Google Analytics
Markdown
- http://tauplank.hatenablog.com/entry/2016/11/26/095110
- https://qiita.com/kamorits/items/6f342da395ad57468ae3
Microsoft Azure
- https://qiita.com/yotan/items/69ea9c005bb2bff32f45
- https://avalon-studio.work/blog/azure/azure-storage-static-web-actual-cost/
- https://docs.microsoft.com/ja-jp/azure/cdn/cdn-standard-rules-engine
- https://docs.microsoft.com/ja-jp/azure/cdn/cdn-map-content-to-custom-domain
Statiq
- https://aconcavy.github.io/Blog/posts/20201108statiqblog
- https://github.com/statiqdev/CleanBlog
- https://blog.rousseau.dev/posts/getting-reacquainted-with-wyam
- https://aadojo.alterbooth.com/entry/2020/12/02/090000
その他
- https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent(SSH Key)
- https://photoshopvip.net/72189(配色など)
- https://github.com/github/gitignore(.gitignore)
- https://dyno.design/articles/what-is-static-site-generator/(静的サイトジェネレータ)