[π] Today #8: Something More Fun Than Games/YouTube
β¨ GPT Summary γ
A day when I became absorbed in decorating the blog and felt great reward and joy while adding new features.
π― Goals
- β οΈ Blog: Apply minimal-mistakes theme
- β οΈ Blog: Add and apply major features
π Diary
It has been such a long time since I found something more fun than games/YouTube. And it is surprising that the thing is decorating a GitHub Pages blog.

Decorating my own small space called a blog was much more enjoyable than I expected. In particular, while rummaging through a project where all kinds of languages like Liquid, YAML, HTML, CSS, and Markdown are mixed together, and adding the features I needed one by one with a coding-like feeling, I kept thinking of things to modify or add, so I could not get up from my seat. Just like a game.
What made this so enjoyable for me? (How fun was it, for me to throw aside even the βthings I needed to do right now,β not even feel βhunger,β and get absorbed in βblog decoratingβ? Like games/YouTube.)
Well⦠I do not know exactly either. How should I put it⦠It seems the process itself, where dramatic changes happen immediately in proportion to my effort, was fun to the point of being addictive.
It is almost 5 a.m., so I will save the long rambling for later and sleep quickly.
Below, I am attaching the features I added today and the commit messages.
- Comment feature
- Added Giscus comment section and implemented display of comment provider/settings information.
- Date-related features
- Display modified date (date_updated) at the top of posts.
- Added Korean weekday display to posts.
- Theme and style
- Added theme skin toggle button (default/dark mode).
- Changed default font to βNanum Gothicβ.
- Adjusted responsive font sizes on mobile and PC.
- Navigation and page structure
- Added sidebar navigation.
- Created pages for each category.
- SEO and search engine related
- Added Google Analytics(g-gtag).
- Added Sitemap and robots.txt.
- Favicon and icons
- Set favicon and added logo.
- βGPT Summaryβ section
- Added βGPT Summaryβ section to all posts.
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)



Leave a comment