From 4a188da55e1cef386b45b1c019e7c85b1d68c0b5 Mon Sep 17 00:00:00 2001 From: Richard Zhang Date: Sun, 30 Aug 2020 18:01:41 -0700 Subject: [PATCH] small commits --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fc76f8..5737977 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ ## Webpage template -This webpage template was made by [Phillip Isola](http://web.mit.edu/phillipi/) for a [colorful ECCV paper](http://richzhang.github.io/colorization/). See the template [here](https://richzhang.github.io/webpage-template). +This webpage template was made for a [colorful ECCV paper](http://richzhang.github.io/colorization/). See how the webpage looks [here](https://richzhang.github.io/webpage-template). -To use this template, clone the repo and copy the contents into a `gh-pages` branch of a GitHub repo. That will automatically make a webpage under address [GITHUB_USERNAME.github.io/REPO_NAME](GITHUB_USERNAME.github.io/REPO_NAME). +To use this template, clone the repo: ``` git clone https://github.com/richzhang/webpage-template.git ``` +Copy the contents into a `gh-pages` branch of a GitHub repo. That will automatically make a webpage under address [GITHUB_USERNAME.github.io/REPO_NAME](GITHUB_USERNAME.github.io/REPO_NAME).