mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
7.3 KiB
JSON
1 line
7.3 KiB
JSON
[{"user_id": 112, "stars": [], "topic_id": 12937, "date_created": 1300086710.24891, "message": "I'm working on book-style documentation for Jekyll. Are there any specific problems anyone ran into that you wish had been covered in the official documentation?", "group_id": 591, "id": 345419}, {"user_id": 2145, "stars": [], "topic_id": 12937, "date_created": 1300092943.583375, "message": "I think you should ship Jekyll with dead-simple theme and already written Hello World post. That would save me an hour of confusion. https://github.com/mojombo/jekyll/issues/194", "group_id": 591, "id": 345668}, {"user_id": 19808, "stars": [], "topic_id": 12937, "date_created": 1300091483.835912, "message": "I'm midst moving my website to Github pages and Jekyll so I'll have a think and let you know.", "group_id": 591, "id": 345643}, {"user_id": 19808, "stars": [{"date_created": 1300106890.4606459, "user_id": 2145}, {"date_created": 1302471962.1862209, "user_id": 28560}], "topic_id": 12937, "date_created": 1300105137.843399, "message": "Ok, a few thoughts:\n- Clarify that you don't need a title in the YAML front matter. If one isn't supplied it will use what is in the filename\n- It took me a little while to twig the difference between page and post, i.e. when to use page.title and post.title. I then realised that templates/includes could be made to serve both individual post pages and index pages be doing things like {{ post.content }}{% if post == null %}{{ page.content }}{% endif %}\n- Clarify that you can't use liquid syntax in CSS files (at least I couldn't get it to work)\n- YAML headers (the \"---\" bits) aren't required in includes in order to get liquid syntax parsed, if whatever they are being pulled into has them.\n- Documenting pagination. I'm finally figuring it out, thanks to @qdot 's nonpolynomial.com repo", "group_id": 591, "id": 346599}, {"user_id": 19808, "stars": [], "topic_id": 12937, "date_created": 1300105164.644876, "message": "Apologies for the odd formatting. Don't know what triggered that.", "group_id": 591, "id": 346602}, {"user_id": 2320, "stars": [], "topic_id": 12937, "date_created": 1300108586.4963889, "message": "- Second on Pagination. I still can't get it to work, or get how it's supposed to work. \n- Second on page vs post: my pages are posts with category \"page\". Feels hackish. Open to suggestions there.", "group_id": 591, "id": 347121}, {"user_id": 19808, "stars": [], "topic_id": 12937, "date_created": 1300117779.4804571, "message": "@catsby The thing with pagination is that you can't do it within categories. If you can get away with that, then see this site for how to implement it: https://github.com/qdot/nonpolynomial.com/blob/master/_layouts/front.html", "group_id": 591, "id": 348584}, {"user_id": 1222, "stars": [], "topic_id": 12937, "date_created": 1300160262.5764251, "message": "looking at the generator example, what is \"index\" ?", "group_id": 591, "id": 353259}, {"user_id": 1222, "stars": [], "topic_id": 12937, "date_created": 1300160264.3477509, "message": "def generate(site)\n File.open(File.join(site.config['destination'], 'version.html'), 'w') do |f|\n f.write(generate_report(site))\n site.static_files << index\n end\n end", "group_id": 591, "id": 353260}, {"user_id": 1222, "stars": [], "topic_id": 12937, "date_created": 1300160244.151994, "message": "i'm quite new to ruby, but i just started a jekyll blog this weekend. reading about plugins on the wiki https://github.com/mojombo/jekyll/wiki/Plugins", "group_id": 591, "id": 353256}, {"user_id": 16176, "stars": [], "topic_id": 12937, "date_created": 1300181770.1415329, "message": "@mojombo Overall, I found Jekyll wasn't that simple to set up and configure - with a deployment to Heroku in mind. The lack of documentation - or in some cases, conflicting documentation was a problem. As it happened, I looked at nanoc which was somewhat easier.", "group_id": 591, "id": 354308}, {"user_id": 112, "stars": [], "topic_id": 12937, "date_created": 1300231066.739486, "message": "@jazzychad Hm, I don't know, seems like a bad example. I'll get it fixed.", "group_id": 591, "id": 360992}, {"user_id": 112, "stars": [], "topic_id": 12937, "date_created": 1300231092.8599501, "message": "@martinc Ok, I can get a good section for Heroku deployment in.", "group_id": 591, "id": 360995}, {"user_id": 16176, "stars": [], "topic_id": 12937, "date_created": 1301254664.214361, "message": "Thanks @mojombo - Might be worth mentioning I am using Rails 3/Ruby 1.9.2.", "group_id": 591, "id": 452487}, {"user_id": 26653, "stars": [], "topic_id": 12937, "date_created": 1301530236.052526, "message": "I'd second @mojombo on the jekyll setup. I was looking to migrate from Wordpress and looking to set up on heroku as well (ie. use jekyll-rack, don't use jekyll-rack) and a nice, simple theme would be good. Pagination was problematic as others have mentioned as well as the page versus post confusion. Seriously, I'd love to be using jekyll, but it just seemed more work getting it working than writing my own blog software =] (ok, I exaggerate, but still.). Hey @mojombo, didn't you end up using toto in the end?", "group_id": 591, "id": 486023}, {"user_id": 13941, "stars": [], "topic_id": 12937, "date_created": 1301551131.3122599, "message": "@jazzychad @mojombo My bad, the example was a crappy fix I implemented. I've added a completely working example for generating category pages though :)", "group_id": 591, "id": 489025}, {"user_id": 13941, "stars": [], "topic_id": 12937, "date_created": 1301551352.4856441, "message": "For anyone looking, I've posted a few of my own plugins at http://bit.ly/eQoPNs . If it's bad ruby code, let me know. I don't write ruby very often ;)", "group_id": 591, "id": 489046}, {"user_id": 16058, "stars": [], "topic_id": 12937, "date_created": 1301654502.5567441, "message": "@Daryl, why heroku if you can host your blog on github pages? it suports custom domains.", "group_id": 591, "id": 500540}, {"user_id": 26653, "stars": [], "topic_id": 12937, "date_created": 1301801703.009151, "message": "@myfreeweb Mostly still getting used to the idea of a static generated site, so have generally used a db-backed app for blogging. Additionally, I wanted to modify on github to support posting via api since my usual workflow is using tools like MarsEdit to post via an xml-rpc or atom api to the blog and I put a considerable amount of graphics, videos etc in my post which is a much more comfortable workflow with tools like MarsEdit (may be me being a big baby and I just need to switch, but this was pre-Jekyll discovery to be fair). I may check out github pages if I move to jekyll but first pass an PITA with it made me start writing my own blog soft. =p I'd love to switch though, but am with @mojombo at moment in terms of ramp up curve on it.", "group_id": 591, "id": 511485}, {"user_id": 26653, "stars": [], "topic_id": 12937, "date_created": 1301801751.8469429, "message": "Sorry, just realized that was all @martinc not @mojombo who said those things. Apologies, guys.", "group_id": 591, "id": 511488}, {"user_id": 13941, "stars": [], "topic_id": 12937, "date_created": 1302808246.998703, "message": "I went through gist.github.com and some repositories, and have posted all the plugins I could find at the plugin doc pages. Hope people find this useful :) https://github.com/mojombo/jekyll/wiki/Plugins", "group_id": 591, "id": 688881}] |