Ref: Rclone on Sherlock 使用 Rclone 串接雲端空間 Rclone Load module : $ ml load system rclone Checkout the branch you want to use: $rclone lsd gdrive: --max-depth 1 sync folder from Sherlock to Googl...
Branch of GitHub
Git List all your branches: $ git branch -a Create a New Branch git checkout -b new-branch-name Or, checkout the branch you want to use: $ git checkout <feature_branch> Confirm you are ...
Overleaf + GitHub
Regular Workflow Make some changes on Overleaf On your computer (while in the local repo directory), run git pull overleaf master git push github master Any changes you made...
Jekyll Server on local host
To start Jekyll with Bundler bundle exec jekyll serve
Math and Code
Footnote Click the hook will locate the footnote1, and here is another footnote2. Mathematics The mathematics powered by MathJax: [\sum_{n=1}^\infty 1/n^2 = \frac{\pi^2}{6}] When $a \ne 0$, th...
Search files by command Line
Search file/搜尋檔案 (Linux Tips) Find oldest files find /home/sk/ostechnix/ -type f -printf '%T+ %p\n' | sort | head -n 5 找出大於Gigabyte 的資料夾: # du -h -d 1 /var | grep '[0-9]G\>' sudo find / -typ...
Customize the Favicon
The favicons of Chirpy are placed in the directory assets/img/favicons/. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons...
Getting Started
Prerequisites Follow the instructions in the Jekyll Docs to complete the installation of Ruby, RubyGems, Jekyll, and Bundler. In addition, Git is also required to be installed. Installation Crea...
Writing a New Post
To start Jekyll with Bundler bundle exec jekyll serve This post will guide you how to write a post on Chirpy theme. Even if you have previous experience with Jekyll, this article is worth readi...
Text and Typography
This post is to show Markdown syntax rendering on Chirpy, you can also use it as an example of writing. Now, let’s start looking at text and typography. Titles H1 - heading H2 - heading H3 - h...