From 9d27f826b21945753fc39efe4eb6d7ddedcafe18 Mon Sep 17 00:00:00 2001 From: LolcatsV2 Date: Wed, 15 Feb 2017 01:16:32 -0800 Subject: [PATCH] Fix front end var file in README - Closes #64 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 076255c..c5516b9 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ After this, the pomf site is now compressed and set up inside `dist/`, or, if sp ## Configuring Front-end related settings, such as the name of the site, and maximum allowable -file size, are found in `templates/site_variables.json`. Changes made here will +file size, are found in `dist.json`. Changes made here will only take effect after rebuilding the site pages. This may be done by running `make` from the root of the site directory.