Open benmezger opened 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?
acrylamid autocompile
pic-of-day.jpg
The copy attribute is only available in the master branch.
copy
In my .rst file inside content/ I have the following;
Then when running
acrylamid autocompile
it does not copypic-of-day.jpg
. What am I missing?