diff --git a/README.md b/README.md index fc01649..e0a49c6 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,7 @@ ## Setup git clone git@github.com:cwpearson/hugo-cwpearson.git --recursive - git clone git@github.com:cwpearson/cwpearson.github.io.git +or if you clone without recursive, then + + git submodule update --init \ No newline at end of file diff --git a/config.toml b/config.toml index bbc210d..4bc4ee1 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,8 @@ +# Configuration of Academic +# Documentation: https://sourcethemes.com/academic/ + +# The URL of your website. +# End your URL with a `/` trailing slash, e.g. `https://example.com/`. baseurl = "https://cwpearson.github.io/" # End your URL with a `/` trailing slash, e.g. `https://example.com/`. title = "Carl Pearson" copyright = "© 2018 Carl Pearson"