Oh My Zsh Basic Setup & Installation Guide
This is a very brief summary of installing zsh + Oh My Zsh with proper font & basic plugins for the OMZ
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.
깃헙 페이지 로컬 빌드를 위해 사용되는 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를 다시 설치하는 과정이 필요합니다.
병뚜껑 치기 후에는 업 앤 다운이 국룰입니다.
탐색 알고리즘의 대표 주자인 DFS(Depth First Search)와 BFS(Breadth First Search)의 구현에 대해 DFS와 BFS 문제를 풀며 간단히 알아보겠습니다.
Thanks to @qwtel, I’m on the showcase of Hydejack’s official blog!
I had a plan to write a post about how I customized my blog, but thanks to his kind email, and posting on to the showcase, I’ve decided to write a post in English. So many others can check & apply to their GitHub pages.