Skip to content

Commit

Permalink
✨ Use Hugo Pipes for processing SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
june29 committed Nov 18, 2019
1 parent 43b6c47 commit f73210e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 243 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="alternate" type="application/atom+xml" title="Atom" href="/index.xml"/>

{{ $style := resources.Get "hugo29.scss" | toCSS | minify | fingerprint }}
<link rel="stylesheet" type="text/css" href="/css/reset.css">
<link rel="stylesheet" type="text/css" href="/css/hugo29.css?t={{ now.Unix }}">
<link rel="stylesheet" href="{{ $style.Permalink }}">

<script type="text/javascript" src="/js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="/js/underscore-min.js"></script>
Expand Down
241 changes: 0 additions & 241 deletions static/css/hugo29.css

This file was deleted.

0 comments on commit f73210e

Please sign in to comment.