다양한 키보드 레이아웃에 관하여

다양한 키보드 레이아웃에 관하여

세상에는 정말 다양한 키보드가 있습니다.
단순히 풀배열/텐키리스로만 구분하던 때를 지나서 커스텀 키보드와 키캡의 세계로 들어가보면 75%/65%/60%/40%, 104키/87키/67키/66키 등등 이제 슬슬 저 숫자가 뭘 의미하는건지도 모를 것들이 나타나게 됩니다.

이 포스트를 통해서 기본적인 키보드 키캡과 레이아웃에 대한 정보를 공부하는 겸 정리해보고자 합니다.

WSL2 - Avoid using Jekyll on Windows Filesystem

WSL2 - Avoid using Jekyll on Windows Filesystem

If any of you find Jekyll compile-time(bundle exec jekyll serve) is too slow on your Windows - WSL environment, make sure that your blog is NOT located on Windows Filesystem!

TL;DR

WSL2 is very slow in Windows filesystem (/mnt/c).
Clone your blog repo to the Linux filesystem (starting with ~/).
Access Linux filesystem via explorer with a path like below.

\\wsl$\{distro_name}\home\{user_name}

# My case
\\wsl$\Ubuntu\home\lazyren

Use Utterances/Giscus for Jekyll Comments System

Use Utterances/Giscus for Jekyll Comments System

Disqus is used as the default comments plugin for the Hydejack and most of the static sites. But I had some issues with Disqus, so I looked elsewhere to find new comments plugin.

  1. Disqus loads slowly.
  2. link within the comment is broken.
    The most important reason I chose to move on. Disqus automatically adds prefix starting with disq.us/url?, the problem is…. disq.us is not responding so the link gets lost.

Utterances uses GitHub issues to save & display comments. So you have to give proper permission to the GitHub bot. But once you set things up correctly, it works very smoothly and fast. The only downside I’ve encountered so far is that it requires a user to log in to GitHub to write comments, and there is no default reply function. (All though you can mimic reply using > & @…)

Giscus is almost identical to the Utterances except that it uses GitHub discussion instead of issues.
I have once again migrated to Giscus from Utterances. It seems ‘discussions’ is more appropriate than ‘issues’ to place comments.

Creating Tag List Page

Creating Tag List Page

Since many tags are not listed on the sidebar, I’ve always wanted to have a page where I can see all categories & tags I’ve used for the posts. And visitors may click on it to navigate related posts. To implement a tag list, you only need to create two files to have a such page.

Pagination