1
Fork 0

Compare commits

..

No commits in common. "d1b064cb21fc5058144489331b2f0c3feeb38c0f" and "5c661f792d1921bb6f845aa1bd901ab282d12823" have entirely different histories.

4 changed files with 1 additions and 88 deletions

View file

@ -13,7 +13,6 @@ dev: serve rerun
build:
cobalt build
./ext/add-feed-stylesheet.sh _site/feed.xml
.PHONY: build
serve:

View file

@ -14,7 +14,7 @@ posts:
default: {}
site:
title: fnordig
description: "A blog about Rust, data and my life."
description: fnordig
base_url: "https://fnordig.de"
data: ~
template_extensions:

View file

@ -1,10 +0,0 @@
#!/bin/bash
{
echo '/<?xml'
printf 's/>/>\\\n/\n'
echo i
echo '<?xml-stylesheet href="/feed-style.xsl" type="text/xsl"?>'
echo .
echo w
} | ed "$*" >/dev/null

File diff suppressed because one or more lines are too long