+[2019-03-23T02:41:29Z]xmnNow a loittle stuck on using some sorting filters but, still like 85% done with jeyll related problem solving +[2019-03-23T02:42:20Z]xmntrying to understand how to make sorting work. +[2019-03-23T02:42:29Z]xmncode is, {% for casestudies in site.casestudies | in casestudies limit:3 | assign labels = site.casestudies | sort: 'order' %} +[2019-03-23T02:43:22Z]xmntrying to make it sort casestudies with a frntmt of order: 1 +[2019-03-23T02:43:38Z]xmnNot expecting you to help just putting it out there.
message no. 170755
Posted by jaybe in #jekyll at 2019-03-23T02:39:34Z
xmn :D i'm happy for and with ya!
+[2019-03-24T10:05:57Z]JojeroCan I use jekyll even no internet? Bundler has errors about fetching gem meta data. +[2019-03-24T10:10:41Z]Jojerosorry I got dced. Is it okay if I use jekyll even no internet connection? +[2019-03-24T10:16:43Z]xmn_Yes you can use it without internet, however you will loss remote gem loading of course. So if for example you set a local gem server you could use that. Or down the gems you need and load them later. Though I'm no expert so not sure how much work this would be. +[2019-03-24T10:17:04Z]xmn_Hopefully someone else with more experience can chime in too. +[2019-03-27T17:34:24Z]cryptic0Can I place a jekyll local site on Dropbox and execute "jekyll serve" from any computer with access to that dropbox folder?