jekyll-s3 icon indicating copy to clipboard operation
jekyll-s3 copied to clipboard

How to use Jekyll with _posts directory in the cloud?

Open steve21124 opened this issue 11 years ago • 2 comments

Which function to modify that will enable to use _posts directory from the cloud instead of local directory?

steve21124 avatar Apr 22 '13 20:04 steve21124

Can you be more specific?

adelevie avatar Apr 22 '13 20:04 adelevie

Thanks and sorry not detail enough. Currently, jekyll work by getting a list of file from _posts directory. it loop each file and process it one by one. Now, the scenario that I want is _posts files(textile) in the S3. So instead of processing files in local _post directory, I want jekyll to grap a json file in S3 that contain list of posts file to be process. And grap each one of the file from S3 and process it. and finally use jekyll-s3 to push the output of _site to S3.

steve21124 avatar Apr 22 '13 22:04 steve21124