yarn + webpack's working: js, scss, fontface
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
|
||||
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
|
||||
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}bower/normalize-css/normalize.css">
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
|
||||
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}main.css">
|
||||
|
||||
{{ if .RSSLink -}}<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}">{{- end }}
|
||||
{{ .Hugo.Generator }}
|
||||
@@ -26,3 +24,4 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user