My friend and colleague, Sarah Yvonne Greer, is currently in her senior year. She used her passion on llamas to design her cool cozy personal website. It contains some very interesting mathematical visualization projects, including this interactive Voronoi diagram.
Git Tricks
I learned some git tricks from the website: 廖雪峰的官方网站. Unfortunately the posts in the website are all writen in Chinese, therefore I would like to share them here in English.
Git Alias
We use some git commands such as git status
a lot. It is often annoying to redo hundreds of times because of typos when we type this word status
.git st
is much easiser than git status
, we like lazy solutions.
All we need to do is typing one command line, telling git that thereafter st
is the alias of status
:
Now just try typing git st
and see if it works.
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
|
|
More info: Writing