Compare commits
No commits in common. "d1b064cb21fc5058144489331b2f0c3feeb38c0f" and "5c661f792d1921bb6f845aa1bd901ab282d12823" have entirely different histories.
d1b064cb21
...
5c661f792d
1
Makefile
1
Makefile
|
@ -13,7 +13,6 @@ dev: serve rerun
|
|||
|
||||
build:
|
||||
cobalt build
|
||||
./ext/add-feed-stylesheet.sh _site/feed.xml
|
||||
.PHONY: build
|
||||
|
||||
serve:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
Loading…
Reference in a new issue