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

세상에는 정말 다양한 키보드가 있습니다.
단순히 풀배열/텐키리스로만 구분하던 때를 지나서 커스텀 키보드와 키캡의 세계로 들어가보면 75%/65%/60%/40%, 104키/87키/67키/66키 등등 이제 슬슬 저 숫자가 뭘 의미하는건지도 모를 것들이 나타나게 됩니다.
이 포스트를 통해서 기본적인 키보드 키캡과 레이아웃에 대한 정보를 공부하는 겸 정리해보고자 합니다.
세상에는 정말 다양한 키보드가 있습니다.
단순히 풀배열/텐키리스로만 구분하던 때를 지나서 커스텀 키보드와 키캡의 세계로 들어가보면 75%/65%/60%/40%, 104키/87키/67키/66키 등등 이제 슬슬 저 숫자가 뭘 의미하는건지도 모를 것들이 나타나게 됩니다.
이 포스트를 통해서 기본적인 키보드 키캡과 레이아웃에 대한 정보를 공부하는 겸 정리해보고자 합니다.
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!
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 path like below.
\\wsl$\{distro_name}\home\{user_name}
# My case
\\wsl$\Ubuntu\home\lazyren
oh-my-zsh 설정 및 추천 플로그인들의 설치 방법입니다.
Disqus is somewhat default comments plugin for the Hydejack and most of the static site. But I had some issues with Disqus, so I looked elsewhere to find new comments plugin.
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. Only downside I’ve encountered so far is that it requires user to login to the github in order to write comments, and there is no default reply
function. (All though you can mimic reply using >
& @
…)
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 visitor may click on it to navigate related posts. To implement tag list, you only need to create two files to have a such page.
Sidebar & category/tag has been modified as of 2020/12/15.
I’m updating this post to reflect those changes I’ve made.
In this post, I’ll guide you how to add a submenu to the sidebar navigation.
When I revisted the hydejack’s offical site, I noticed little clapping button that set at the end of the post.
It seems good idea to have light-cost (compare to commenting) way to communicate with visitors. So I gave some research on it and finally made it as above.
깃헙 페이지 로컬 빌드를 위해 사용되는 jekyll과 bundler 설치를 위해 ruby gem이 사용됩니다. 문제는 기본으로 깔려있는 시스템 ruby를 사용하게 될 경우 다음과 같은 권한 문제로 에러가 출력됩니다.
$gem install bundler
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /var/lib/gems/2.3.0 directory.
시스템 ruby는 /var/lib/gems 폴더 내에 gem install을 실행하려 하는데 기본적으로 해당 폴더 쓰기 권한이 유저에게 없기 때문에 rbenv를 통해 ruby를 다시 설치하는 과정이 필요합니다.
병뚜껑 치기 후에는 업 앤 다운이 국룰입니다.