rename _cheese to _
This commit is contained in:
parent
29bf874195
commit
fdc25ded81
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
@ -2,7 +2,7 @@
|
||||
title: "Dependencies, zig and git-subtrac"
|
||||
date: 2022-04-23T05:37:51+03:00
|
||||
# FIXME: "slug: dependencies" doesn't do what I meant.
|
||||
#url: 2022/dependencies
|
||||
url: 2022/dependencies
|
||||
draft: true
|
||||
# FIXME: 'list: never' keeps the link in the feed
|
||||
#_build:
|
||||
@ -42,7 +42,7 @@ limiting candy intake, not adding dependencies all over the place. If it is
|
||||
easy to add dependencies and there is no discipline not doing so, the project
|
||||
will gain a lot of dependency "weight" with time.
|
||||
|
||||
{{<img src="_cheese/2022/brick-house.jpg"
|
||||
{{<img src="_/2022/brick-house.jpg"
|
||||
alt="House made out of Duplo pieces"
|
||||
caption="Just like this brick house, \"modern\" package managers are optimized for building, not maintenance. Photo mine, house by my sons."
|
||||
hint="photo"
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
{{ partial "html-meta.html" . -}}
|
||||
<title>{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
|
||||
{{ $css := resources.Get "_cheese/styles.scss" | resources.ToCSS (dict "enableSourceMap" true) | resources.Minify | resources.Fingerprint }}
|
||||
{{ $css := resources.Get "_/styles.scss" | resources.ToCSS (dict "enableSourceMap" true) | resources.Minify | resources.Fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
|
||||
{{ with .Site.Params.favicon -}}
|
||||
<link rel="shortcut icon" href="{{ . }}" type="image/x-icon">
|
||||
|
Loading…
Reference in New Issue
Block a user