This commit is contained in:
Carl Pearson
2018-05-18 17:11:46 -05:00
parent 96cd7c4639
commit 37bc1bcf33
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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"