fix baseURL and relative paths

main
Evan Hemsley 2019-09-15 12:59:58 -07:00
parent 74390c66af
commit 6cba51e071
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
baseURL = "/bonk/"
baseURL = "https://moontools-docs.github.io/bonk/"
languageCode = "en-us"
title = "Bonk Docs"
theme = "hugo-theme-learn"

View File

@ -1,3 +1,3 @@
<link rel="stylesheet" href="/css/syntax.css">
<script src="/js/highlight.pack.js"></script>
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
<script src="{{ .Site.BaseURL }}js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>