変更ログ

Changes
コード・ジャーニー

バージョン履歴

過去のウェブサイトバージョンの技術スタックを文書化 ✌️

v3.1
2023年4月 翻訳中
  • Upgrading to Eleventy 2.0.0 brings a new i18n (internationalisation) plugin to the mix.
  • Groudwork for i18n requires transitioning most pages into layout templates and partials, with content moved to JavaScript data files and new logic added to config.
  • Pagespeed challenge: aiming for full marks requires numerous optimisations — far too many to list here.
  • Upgraded blog with native 'like' support powered by Firebase and experimental sharing via the Web Share API. Added new Content Security Policy headers.
v3
2023年3月
  • Eleventy (11ty)という静的サイトジェネレーターで構成、新しく公開されました。ビルドの爆速は特徴で、Node.jsを生かしてnpmというパッケージマネージャーも使用。
  • 名前通り, 11種類のテンプレート言語がすぐに使用可能です。 当ブログなら、主にMarkdown *.md (ブログのコンテンツのデータを扱うため)と Nunjucks *.njk (レイアウトのテンプレートとpartialsというテンプレートの一部ファイルを扱う)を使用。
  • コード変更の際はGithubのリポジトリにプッシュして、Netlifyは毎回も自動に再生成されてくれます。CloudflareのCDNでデータの配信する。
  • 技術スタックを詳しく説明するブログをお待ちください。
v2
2023年1月
  • 新しい複数ページのウェブサイトをプッシュ
  • 変更に関しては、前よりCSSのGridとFlexboxを使用、タイムラインのバグ修正等とファイルの拡張子を非表示にする。
  • Domain management was moved to Cloudflare (despite not being my registrar) and, thanks to Cloudflare's email options, further free SMTP email options are made possible using Sendinblue.
v1
2022年12月 翻訳中
  • Public launch under my own domain, connected to Github.
  • Connected to Cloudlflare's CDN for better global distribution and more granular caching controls.
  • Features: Several new style experiments in terms of animation and AI-generated imagery.
2022年半ば 翻訳中
  • Single Landing Page: simple layout with multiple position:absolute sections that animate on-and-off screen, simulating a web app-like multi-page site.
  • Environment setup: setting up git, Github and new repositories. Switching from Sublime Text to Visual Code Studio.
  • Switched domain registrar from Mailchimp to Porkbun for more granular DNS control.