Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use Jekyll with _posts directory in the cloud? #40

Open
steve21124 opened this issue Apr 22, 2013 · 2 comments
Open

How to use Jekyll with _posts directory in the cloud? #40

steve21124 opened this issue Apr 22, 2013 · 2 comments

Comments

@steve21124
Copy link

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

@adelevie
Copy link
Collaborator

Can you be more specific?

@steve21124
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants