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"
|
title: "Dependencies, zig and git-subtrac"
|
||||||
date: 2022-04-23T05:37:51+03:00
|
date: 2022-04-23T05:37:51+03:00
|
||||||
# FIXME: "slug: dependencies" doesn't do what I meant.
|
# FIXME: "slug: dependencies" doesn't do what I meant.
|
||||||
#url: 2022/dependencies
|
url: 2022/dependencies
|
||||||
draft: true
|
draft: true
|
||||||
# FIXME: 'list: never' keeps the link in the feed
|
# FIXME: 'list: never' keeps the link in the feed
|
||||||
#_build:
|
#_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
|
easy to add dependencies and there is no discipline not doing so, the project
|
||||||
will gain a lot of dependency "weight" with time.
|
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"
|
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."
|
caption="Just like this brick house, \"modern\" package managers are optimized for building, not maintenance. Photo mine, house by my sons."
|
||||||
hint="photo"
|
hint="photo"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
{{ partial "html-meta.html" . -}}
|
{{ partial "html-meta.html" . -}}
|
||||||
<title>{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
|
<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 }}">
|
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
|
||||||
{{ with .Site.Params.favicon -}}
|
{{ with .Site.Params.favicon -}}
|
||||||
<link rel="shortcut icon" href="{{ . }}" type="image/x-icon">
|
<link rel="shortcut icon" href="{{ . }}" type="image/x-icon">
|
||||||
|
Loading…
Reference in New Issue
Block a user