使用兩個或多個Git Repositories能夠同時推送多個遠端與從多個遠端倉儲取回變更源碼。 在這裡首先將設定多個遠端,使你可以使用一個 git push 命令即可推送到多個遠端倉儲。 Prerequisites 了解 git init、git pull、git commit、git push 擁有多於一個遠端git repositories 加入多個遠端 當你使用 ...
Ubuntu 從封存檔手動安裝 jdk 及設定 alternative(切換版本)
安裝jdk似乎是再簡單不過了,但若是想從封存檔來源安裝並能夠納入替代管理清單,那麼需要多一點步驟。 本文介紹如何在Ubuntu中以 apt 安裝及使用封存檔案安裝的方式設定替代管理清單 alternative並且切換欲使用版本。 檢查已安裝配置的 jdk/jre 版本 $ java -version $ javac -version 鍵入如上命令,若事前未安裝則會提示可選的安裝版本及指令...
Getting Started
Prerequisites Follow the Jekyll Docs to complete the installation of Ruby, RubyGems, Jekyll and Bundler. Installation There are two ways to get the theme: Install from RubyGems - Easy to upd...
Enable Google Page Views
This post is to enable Page Views on the Chirpy theme based blog that you just built. This requires technical knowledge and it’s recommended to keep the google_analytics.pv disabled unless you have...
Customize the Favicon
In Chirpy, the image files of Favicons are placed in assets/img/favicons/. You may need to replace them with your own. So let’s see how to customize these Favicons. With a square image (PNG, JPG o...
Writing a New Post
Naming and Path Create a new file named YYYY-MM-DD-TITLE.EXTENSION and put it in the _posts/ of the root directory. Please note that the EXTENSION must be one of md and markdown. Front Matter Ba...
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...