summarylogtreecommitdiffstats
path: root/newbie-hint.install
blob: f23e7342f6ae04c961f9993c3409650318f1bfcd (plain)
1
2
3
4
5
6
post_install() {
    B='\e[42m' # background green
    F='\e[32m' # foreground green
    E='\e[0m' # end color
    echo -e ${B}NEWBIE HINT${E}: If new to Hexo, consider starting with ${F}git${E} and ${F}npm${E}.
}