yarn + webpack's working: js, scss, fontface

This commit is contained in:
Bachir Soussi Chiadmi
2017-04-11 20:59:27 +02:00
parent 5c75ae9df2
commit 4109b9f679
287 changed files with 53424 additions and 602 deletions
+2 -3
View File
@@ -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>