You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Which function to modify that will enable to use _posts directory from the cloud instead of local directory?
The text was updated successfully, but these errors were encountered: