From e78a8eb9493816d8da2c8faa6af6e9806f25ade6 Mon Sep 17 00:00:00 2001 From: Michael Crawford Date: Mon, 12 Aug 2019 10:18:54 -0700 Subject: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62427ad..31b9ba2 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ Frances is an expanding grid portfolio theme built with Bootstrap for Hugo, name Inside your Hugo site, run the following to clone the Frances theme into `themes/frances`: ```bash -cd themes +cd /your/project/root/themes git clone https://github.com/mcrwfrd/hugo-frances-theme.git frances ``` # Configuration -Inside the theme repository, you'll find a file called `congif.toml`. Copy this file to the root of your Hugo site, and customize it as you see fit. Mostly you'll want to change the name and email address here to match your own. +Inside `themes/frances`, you'll find a file called `congif.toml`. Copy this file to the root of your Hugo site, and customize it as you see fit. Mostly you'll want to change the name and email address here to match your own. Additionally, in order to use this theme with your Hugo site, you need to add the following line to your own `config.toml` file: -- cgit v1.2.3