dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Generate Website script missing RSS feed #104

Closed dyreschlock closed 10 months ago

dyreschlock commented 10 months ago

During the Generate Website script, a file called 'feed' is created. This should be 'feed.xml' so RSS feeds can pick it up. That's working. But, it should also create an 'index.xml' file at 'blog/index.xml'. This isn't working.

dyreschlock commented 10 months ago

Ah. The problem was that the copy command won't make a directory if it doesn't exist, so you gotta make the directory first!

This should work now