From 37bc1bcf336e99ca435fd09f116afc6b37a68023 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Fri, 18 May 2018 17:11:46 -0500 Subject: [PATCH] . --- README.md | 4 +++- config.toml | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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"