Compare commits
No commits in common. "8016710fe6d602e1f0c523170f0f945b2cc9039a" and "af04629cdbe4abe0a1917f7439d8ca978526f072" have entirely different histories.
8016710fe6
...
af04629cdb
4
gen
4
gen
|
@ -9,7 +9,3 @@ fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t epub3 --lua-fi
|
||||||
fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t plain --lua-filter=pandoc_config/images.lua {} -o public/{/.}/{/.}.txt
|
fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t plain --lua-filter=pandoc_config/images.lua {} -o public/{/.}/{/.}.txt
|
||||||
|
|
||||||
rsync -avmzz public/ hel1:/var/www/secluded/
|
rsync -avmzz public/ hel1:/var/www/secluded/
|
||||||
|
|
||||||
# Image generation
|
|
||||||
# wkhtmltoimage -f png --width 1200 --height 630 /tmp/file.html /tmp/file.png
|
|
||||||
# optipng -o4 file.png
|
|
||||||
|
|
|
@ -37,8 +37,8 @@
|
||||||
{{ $options := (dict "outputStyle" "compressed" "enableSourceMap" true) }}
|
{{ $options := (dict "outputStyle" "compressed" "enableSourceMap" true) }}
|
||||||
{{ $scss := resources.Get "scss/imports.scss" }}
|
{{ $scss := resources.Get "scss/imports.scss" }}
|
||||||
{{ $style := $scss | resources.ToCSS $options }}
|
{{ $style := $scss | resources.ToCSS $options }}
|
||||||
<link rel="preload" href="{{ $style.RelPermalink }}?{{ .Now.Unix }}" as="style">
|
<link rel="preload" href="{{ $style.RelPermalink }}" as="style">
|
||||||
<link rel="stylesheet" href="{{ $style.RelPermalink }}?{{ .Now.Unix }}">
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
|
||||||
|
|
||||||
{{ partialCached "favicons.html" . }}
|
{{ partialCached "favicons.html" . }}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue