1
Fork 0

Change static dir for site

This commit is contained in:
Jake Howard 2017-04-22 19:34:14 +01:00
parent c258001493
commit 98815d65f1
3 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
baseURL: http://example.com
languageCode: en-gb
title: My New Hugo Site
staticDir: "static/build"

View file

@ -2,5 +2,5 @@
<title>Alpha by HTML5 UP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/build/css/style.css" />
<link rel="stylesheet" href="/css/style.css" />
</head>

View file

@ -1,2 +1,2 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="/build/js/app.js"></script>
<script src="/js/app.js"></script>