latest 20 messages by cryptic0

+ [2019-11-10T23:18:28Z] cryptic0 I am experiencing a strange problem. I have 2 github accounts. One is associated with a ssh key, the other one intends to use user/pass combination for push. I created a new git config in the new local repo with details of account#2. Still, git is trying to push the files with the ssh key user name. Why is that?
+ [2019-11-10T23:18:28Z] cryptic0 I have removed all ssh identities with ssh-add -D and verified that only second user's info appears under git config --list
+ [2019-05-01T02:16:35Z] cryptic0 you might want to post to talk.jekyllrb and/or to stackoverflow
+ [2019-05-01T02:13:43Z] cryptic0 I am very new to liquid myself, but why is "members.size" inside quotes?
+ [2019-05-01T02:12:04Z] cryptic0 Cranite https://help.shopify.com/en/themes/liquid/filters/array-filters
+ [2019-04-14T21:58:36Z] cryptic0 I noticed that many jekyll themes do not come with any gemfiles. How are those supposed to work?
+ [2019-04-12T02:27:18Z] cryptic0 Currently my jekyll website footer appears always at bottom on my macbook pro, but on a larger iMac, it's always off bottom when there is little body content.
+ [2019-04-12T02:26:39Z] cryptic0 Is there a way to set up sticky footer so it appears at the bottom regardless of the size of the screen?
+ [2019-04-09T02:11:28Z] cryptic0 I need to create some markdown pages that distributed in a number of nested folders. My thought was to prepare a jekyll 'collection' at each level but not sure if that's the best approach.
+ [2019-04-08T02:31:57Z] cryptic0 In another section, such a list is getting pulled from files under "_texts/" and it uses {% for item in site.texts %}
+ [2019-04-08T02:30:57Z] cryptic0 If I was making a list of files from a folder (e.g. blog/) and print their titles on a page using liquid template, why can't I use {% for item in site.blog %}?
+ [2019-04-07T13:50:55Z] cryptic0 jaybe: That worked. I put them in the source "assets" folder. Works well.
+ [2019-04-06T21:51:34Z] cryptic0 Wait, if I place the files in source, jekyll will copy them over into _site, even though jekyll does not generate those files?
+ [2019-04-06T21:49:47Z] cryptic0 sorry I mean _site
+ [2019-04-06T21:49:38Z] cryptic0 jaybe sorry I was gone for a while. Can the exclude dir be inside _posts?
+ [2019-04-06T19:42:54Z] cryptic0 Am I stuck with having to manually copy these php files every time?
+ [2019-04-06T19:42:40Z] cryptic0 I need to have some external php files inside the _site folder. However jekyll build/serve always cleans and recreates the _site folder thereby deleting my php files. I tried placing them in /assets/, but those don't get copied over to /_site/
+ [2019-04-04T00:49:49Z] cryptic0 xmn absolutely!
+ [2019-04-03T23:45:49Z] cryptic0 But all looks well now.