2024.12.21 (六)
2024.12.22 (日) 更新

✨ GPT 的摘要  

沉浸在装饰博客、添加新功能的过程中,感受到很大成就感和乐趣的一天。

🎯 目标

  • ✅️ Blog:应用 minimal-mistakes 主题
  • ✅️ Blog:添加并应用主要功能

💭 日记

真的好久没有发现比游戏/YouTube 更有趣的东西了。而且更让我惊讶的是,那件事竟然是装饰 GitHub Pages 博客

vscode.png

打理一个叫作博客的、属于自己的小空间,比想象中快乐得多。尤其是在翻看一个把 LiquidYAMLHTMLCSSMarkdown 等各种语言都混在一起的项目时,带着写代码的感觉一点点加上自己需要的功能,脑子里不断冒出想修改、想新增的东西,结果根本站不起来。就像在玩游戏一样。

到底是什么让我这么开心呢?(到底有多好玩,才会让我连“现在必须做的事”都丢到一边,甚至连“饿”都感觉不到,只顾着沉浸在“装饰博客”里?就像游戏/YouTube 一样。)

嗯……我也说不太准。怎么说呢……大概是因为,只要我付出一点努力,就能立刻看到戏剧性的变化,这个过程本身有趣到近乎让人上瘾。

已经快凌晨 5 点了,啰嗦的话以后再说,赶紧睡吧。

下面附上今天新增的功能和提交信息。

  1. 评论功能
    • 添加 Giscus 评论区,并实现评论提供方/设置信息显示功能。
  2. 日期相关功能
    • 在文章顶部显示修改日期(date_updated)。
    • 为文章添加韩语星期显示功能。
  3. 主题和样式
    • 添加主题皮肤切换按钮(默认/深色模式)。
    • 将默认字体改为 ‘Nanum Gothic’。
    • 调整移动端和 PC 端的响应式字体大小。
  4. 导航和页面结构
    • 添加侧边栏导航。
    • 创建各分类页面。
  5. SEO 和搜索引擎相关
    • 添加 Google Analytics(g-gtag)。
    • 添加 Sitemap 和 robots.txt。
  6. Favicon 和图标
    • 设置 Favicon 并添加 logo。
  7. “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)

daylio.jpg

ticktick.jpg

stamp-camera-1.jpg stamp-camera-2.jpg stamp-camera-3.jpg

body-calendar.png

留下评论