Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MarcusVirg/forty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Virginia <marcusvirg@yahoo.com>2018-02-26 22:12:32 +0300
committerGitHub <noreply@github.com>2018-02-26 22:12:32 +0300
commit40e6d6d4a6dc0cf133713eb7173afb14777669a6 (patch)
tree0b3bafc52bbc0a981c252d3385e2b1041f4eae5e
parent07cbe7a93693aedd8df606c964153f5afecb419a (diff)
Added information about BaseURL frontmatter
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6822bc1..12ce8ed 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ If you are using Netlify to host your hugo site, you will want to add it as a su
This is because Netlify uses the hugo build command when autopublish is enabled and will produce an error if the theme is not a submodule. See the [Hugo Guide](https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#use-hugo-themes-with-netlify) for more information.
+If your javascript or css isn't rendering, check your BaseURL frontmatter in the `config.toml` file. This needs to be set to match the URL you are publishing to. i.e. if you are publishing to https://yourdomain.com your frontmatter should be `BaseURL = https://yourdomain.com`
+
## Using the theme
After cloning Forty or adding it as a submodule, there are a few other things you should do: