jekyll-s3
jekyll-s3 copied to clipboard
How to use Jekyll with _posts directory in the cloud?
Which function to modify that will enable to use _posts directory from the cloud instead of local directory?
Can you be more specific?
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.