Skip to content

troubleshooting

Griffin Chure edited this page Nov 24, 2019 · 1 revision

Troubleshooting

This page will be periodically updated as users discover new issues in while setting up their website.

  • Help! No styling is showing on my website and it looks like I've been transported back to 1994 If no styling is showing, then there is a disagreement between where the css styling file lives and where your relative path is pointing. This is probably due to your definition of the site.baseurl and site.url in the _config.yml file. If this is happening, try setting these variables as follows
site.baseurl: "/"
site.url: ""
  • ** I don't want an image caption for the headers of my pages. How do I remove it?** In general, if there is something you don't want on your page, you can delete the field from the yaml frontmatter of the markdown file. The one thing you cannot remove, however, is the definition layout: page