+[2019-06-11T23:06:30Z]qiho/ +[2019-06-11T23:06:30Z]qiho/ +[2019-06-11T23:06:53Z]qihWhich channel is the most active? Gitter, Talk or Here? +[2019-06-11T23:06:53Z]qihWhich channel is the most active? Gitter, Talk or Here? +[2019-06-12T20:07:46Z]jaybechannel r
message no. 173325
Posted by jaybe in #jekyll at 2019-06-12T20:07:46Z
channel r
+[2019-06-13T20:15:59Z]schmidtyIm running into an issue with post.ids and jekyll-feed. Feed is generating <id>/en/newsletters/2019/06/newsletter</id> for each post in June. instead of <id>/en/newsletters/2019/06/05</id> for example. Folder structure is _posts/en/newsletters/2019-06-05-newsletter.md if that helps. Where is it best to seek help on this? +[2019-06-13T20:15:59Z]schmidtyIm running into an issue with post.ids and jekyll-feed. Feed is generating <id>/en/newsletters/2019/06/newsletter</id> for each post in June. instead of <id>/en/newsletters/2019/06/05</id> for example. Folder structure is _posts/en/newsletters/2019-06-05-newsletter.md if that helps. Where is it best to seek help on this? +[2019-06-14T22:18:56Z]workboy Hey guys, if you get the the AST using to_hash_ast and modify it (remove some nodes) is there a converter to convert that back to HTML? +[2019-06-14T22:18:56Z]workboy Hey guys, if you get the the AST using to_hash_ast and modify it (remove some nodes) is there a converter to convert that back to HTML? +[2019-06-14T22:20:17Z]workboyor put it back into a Kramdown::Document.new(new_ast) ?