LEGO Technic Lamborghini Sián FKP 37 42115 조립
489,900원이라는 충격적인 가격의 레고 테크닉 람보르기니 시안 모델입니다.
역시 레고는 어른들의 장난감이 맞습니다.
489,900원이라는 충격적인 가격의 레고 테크닉 람보르기니 시안 모델입니다.
역시 레고는 어른들의 장난감이 맞습니다.
작년 6월 경에 출시되자마자 작업하였던 레고 테크닉 파니갈레 모델입니다.
89,900원의 레고 테크닉답지 않은 혜자스런 가격에 바로 구매하게 되었습니다.
세상에는 정말 다양한 키보드가 있습니다.
단순히 풀배열/텐키리스로만 구분하던 때를 지나서 커스텀 키보드와 키캡의 세계로 들어가보면 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 a path like below.
\\wsl$\{distro_name}\home\{user_name}
# My case
\\wsl$\Ubuntu\home\lazyren
This is a very brief summary of installing zsh + Oh My Zsh with proper font & basic plugins for the OMZ
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.
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.
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.
In this post, I’ll guide you to add a foldable submenu to the sidebar navigation.
When I revisited the Hydejack official site, I noticed a little clapping button that set at the end of the post.
It seems a good idea to have a light-cost (compare to commenting) way to communicate with visitors. So I gave some research on it and finally made it as above.