Exclude Folder or File from the Sitemap for Jekyll(Hydejack) Blog

Webmaster tools (such as Google Search Console) use sitemap.xml file to get help crawling. The file work as content for the blog. Jekyll (and Hydejack) use jekyll-sitemap plugin to automatically generate sitemap.xml file. You can check mine from here.

However, one may want to exclude a specific file or folder from the sitemap to prevent being crawled by search engines. For example, Hydejack excludes the assets & licenses folder from the sitemap.
At least it tries. It fails to do so because of the invalid value.

In my case, I wanted to remove the google-search-verification file & Naver search verification file from the sitemap.

So today, I’ll show you how to do so.

VSCode 익스텐션 추천 리스트

VSCode 익스텐션 추천 리스트

VS Code는 이미 text editor 프로그램의 de facto standard가 되어 버렸습니다. R.I.P Sublime Text
강력한 익스텐션들과 함께 사용할시 text editor를 벗어나 IDE에 가까운 모습을 보이면서도 가볍고, Mac/Windows/Linux 등 플랫폼을 가리지 않고 사용되는 모습을 보면 각성한 마이크로스프트 사가 얼마나 무서운지 보여주는 것 같습니다.

오늘은 VS Code를 최대한 잘 활용하기 위해서 필요한 추천 익스텐션 리스트를 알아볼까 합니다.

VSCode 리모트 SSH code 명령어 사용하기

VSCode Remote SSH와 터미널을 함께 사용하여 서버에서 개발할 때, VSCode Integrated terminal이 아닌 별개의 터미널 프로그램을 사용할경우 code 명령어를 사용하여 VSCode 창을 열 수가 없습니다. git commit등의 명령어도 기본 에디터로 vim을 열게됩니다.

블로그 포스트를 참조하여 서버에 ssh로 연결하였을 때도 code 명령어를 사용하는 방법에 대해 알아보겠습니다.

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

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

세상에는 정말 다양한 키보드가 있습니다.
단순히 풀배열/텐키리스로만 구분하던 때를 지나서 커스텀 키보드와 키캡의 세계로 들어가보면 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

Pagination