"description": "The front-end site for bookstack",
"main": "gulpfile.js",
"scripts": {
- "build": "gulp",
+ "build": "gulp && hugo",
"dev": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
<link rel="icon" type="image/png" href="/images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32" />
- <link rel="stylesheet" type="text/css" href="{{.Site.BaseURL}}css/styles.css" />
+ <link rel="stylesheet" type="text/css" href="{{.Site.BaseURL}}css/styles.css?v=1.1" />
{{ if .Site.Params.RSSLink}}