+ [8 years ago] jaybe What is your use case? Curious :)
+ [8 years ago] mejo jaybe: adding cert fingerprints (stored in variables) to a text asset file.
+ [8 years ago] jaybe Heh nice
+ [8 years ago] linuxmodder using github.io with jekyll in the backend how to make a repo source all files or folders in a repo as a separate subpage like a /var/www/html/foo.org/{about-us,offerings,n+x}
+ [8 years ago] linuxmodder would I need it to be a separate folder in the repo to be a new subpage or can a flat file do that

message no. 159917

Posted by novonagu in #jekyll at 2016-12-23T06:22:58Z

can somebody clarify this line - Rake supports rule patterns
+ [8 years ago] novonagu I am trying to automate a task to be executed on 'jekyll serve' or jekyll build. I want to copy files from a superdirectory ../projects and place them into my jekyll site folder
+ [8 years ago] novonagu So the pseudocode would be something like $ cp ../projects/* /projects/
+ [8 years ago] novonagu I was suggested to use Rake but I know next to nothing about Ruby. So I'm thinking maybe gulp-exec or Make?
+ [8 years ago] brontosaurusrex Can I have pagination that will start with 1 for oldest _posts and whatever number for the newest? (Obviously google is wrong all the time by default)