[📝] 今日という一日 #8: ゲーム/YouTubeより面白いもの
✨ GPTの要約
ブログのカスタマイズに没入し、新しい機能を追加する過程で大きな手応えと楽しさを感じた一日。
🎯 目標
- ✅️ Blog: minimal-mistakesテーマを適用
- ✅️ Blog: 主要機能を追加・適用
💭 日記
本当に久しぶりだ。ゲーム/YouTubeより面白いものを見つけたのは。そして驚きでもある。それがGitHub Pagesブログのカスタマイズだという事実が。

ブログという自分だけの小さな空間を整えていくのは、思っていたよりずっと楽しいことだった。特に、Liquid、YAML、HTML、CSS、Markdownなど、あらゆる言語が混ざり合ったプロジェクトをあちこち触りながら、コードを書く感覚で自分に必要な機能を一つずつ追加していくと、修正したいことや追加したいことが次々浮かんできて、席を立てなかった。まるでゲームみたいに。
何が自分をこんなに楽しくさせたのだろう?(どれほど面白かったら、「今すぐやるべきこと」さえ放り出して、「空腹」すら感じないまま、「ブログのカスタマイズ」に没入できたのだろう? まるでゲーム/YouTubeみたいに。)
さあ…自分でも正確にはよくわからない。何というか…自分が何かに努力した分だけ、すぐに劇的な変化が起きる。その過程自体が、中毒的と言っていいほど面白かったのだと思う。
もう朝5時になりそうなので、長々と話すのはまた今度にして、早く寝よう。
下には、今日追加した機能とコミットメッセージを添付しておく。
-
コメント機能
- Giscusコメントセクションを追加し、コメントプロバイダー/設定情報を表示する機能を実装。
-
日付関連機能
- 投稿上部に修正日(date_updated)を表示。
- 投稿に韓国語の曜日表示機能を追加。
-
テーマおよびスタイル
- テーマスキン切り替えボタン(デフォルト/ダークモード)を追加。
- 基本フォントを「Nanum Gothic」に変更。
- モバイルおよびPCでレスポンシブなフォントサイズを調整。
-
ナビゲーションおよびページ構造
- サイドバーナビゲーションを追加。
- 各カテゴリ別ページを作成。
-
SEOおよび検索エンジン関連
- Google Analytics(g-gtag)を追加。
- Sitemapおよびrobots.txtを追加。
-
Faviconおよびアイコン
- Faviconを設定し、ロゴを追加。
-
「GPTの要約」セクション
- すべての投稿に「GPTの要約」セクションを追加。
2024.12.21 03:31 | Edit | Posts: Rename title
2024.12.21 03:35 | Edit | Posts: Rename prefix of daily review
2024.12.21 03:55 | Chore | Gemfile: Apply 'github-pages' gem, and Downgrade all related gems
2024.12.21 05:00 | Chore | Clone minimal-mistakes repo
2024.12.21 05:25 | Fix | jekyll serve fail issue caused by package.json path
2024.12.21 05:28 | Chore | Import all posts and assets
2024.12.21 05:39 | Config | Initial settings: Update default values
2024.12.21 05:43 | Config | Enable table of contents
2024.12.21 06:09 | Refactor | Posts: Move to each folders, Rename files, Edit categories, Delete permalink
2024.12.21 06:12 | Create CNAME
2024.12.21 06:54 | Edit | Navigation and Config for about page
2024.12.21 07:10 | Chore | Start using README.md
2024.12.21 11:23 | Feat | Add theme skin toggle button: default/dark
2024.12.21 11:53 | Style | Variables: Adjust link color for visited state
2024.12.21 11:58 | Style | Change default font to 'Nanum Gothic'
2024.12.21 12:11 | Edit | Posts: title and description
2024.12.21 12:15 | Style | Decrease font size
2024.12.21 12:59 | Style | Color: Inline code block color/bgcolor
2024.12.21 13:03 | Fix | Issue: White screen filter when loading page
2024.12.21 13:25 | Style | Responsive: Adjust font size for mobile (16px) and PC (15px)
2024.12.21 15:09 | Style | Increase line-height of titles
2024.12.21 22:02 | Feat | Add giscus comment section
2024.12.21 22:06 | Update | single.html: Add provider and comments info for non-production (Tried PR)
2024.12.21 22:19 | Update | README.md: Prefix Guideline
2024.12.21 22:22 | Feat | Add logo
2024.12.21 22:47 | Refactor | Rename files and folders: Replace underscores (_) with hyphens (-) for consistency and SEO
2024.12.21 22:53 | Config | Enable show_date and Change date_format
2024.12.21 23:15 | Feat | Add 'GPT Summary' section to all posts
2024.12.21 23:39 | Feat | Add Korean day of the week (used GPT)
2024.12.21 23:48 | Style | Adjust font size for page metadata in archive styles
2024.12.21 23:55 | Config | Add google_site_verification
2024.12.22 00:11 | Fix | typo, image name
2024.12.22 00:12 | Edit | single.html: Remove unnecessary message when comments are disabled
2024.12.22 00:40 | Edit | About: Apply fixed width to icon and Describe each in short
2024.12.22 00:45 | Feat | Add links to side and footer
2024.12.22 00:46 | Config | Edit paginate count from 5 to 10
2024.12.22 00:47 | Config | Add timezone: KR
2024.12.22 00:53 | Style | Decrease right sidebar width
2024.12.22 01:21 | Feat | Add favicon
2024.12.22 02:08 | Feat | Add date_updated to the top section of posts
2024.12.22 02:12 | Update | Posts: Add last_modified_at
2024.12.22 02:51 | Feat | Edit top-nav and Add sidebar-nav (issue: No sidebar-nav on main page)
2024.12.22 03:13 | Fix | No sidebar-nav on main page issue: Add sidebar option to index.html
2024.12.22 03:34 | Feat | Add categories and each category pages
2024.12.22 04:08 | Config | Add google analytics (google-gtag)
2024.12.22 04:22 | Fix | Liquid syntax error issue causing build fail on GitHub Pages
2024.12.22 04:29 | Feat | Add sitemap and robots.txt for Google Search Console
2024.12.22 04:45 | Feat | Add bio photo
2024.12.22 04:46 | Fix | Typo (HEAD -> main, origin/main)



コメントする