posativ / acrylamid

(unmaintained) static blog generator in python with incremental rendering ⛺
http://posativ.org/acrylamid/
Other
277 stars 40 forks source link

Acrylamid not copying using the 'copy' metadata #250

Open benmezger opened 8 years ago

benmezger commented 8 years ago

In my .rst file inside content/ I have the following;


---
title: Hello world
date: 16.03.2016, 09:21
tags: [personal, blog]
copy: /Users/ephexeve/photos/pic-of-day.jpg

---
... some content ...

Then when running acrylamid autocompile it does not copy pic-of-day.jpg. What am I missing?

posativ commented 8 years ago

The copy attribute is only available in the master branch.