+ [2019-04-12T17:34:25Z] Sound Hi all. I have a Jekyll plugin that fetches some data and creates a file in _data/. However this data file seems to be unavailable during the subsequent build. If I run the build again, it is found. So it seems that _data/ files are being read before my plugin runs. Is this true?
+ [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-14T23:21:03Z] oksushi cryptic0: see https://jekyllrb.com/docs/themes/
+ [2019-04-15T14:25:37Z] seds Hi guys, question: I am using a custom Jekyll theme template which works great, however, post my posts and some pages I would like to use asciidoc instead of markdown. I installed asciidoc plugin together with the CSS, however, when I go to that asciidoc page, the CSS is overwriting my other css. How can I make that CSS for my content only?
+ [2019-04-15T14:25:58Z] seds I tried using asciidoc.js instead, but having issues with syntax errors

message no. 171739

Posted by seds in #jekyll at 2019-04-15T14:25:58Z

I tried using asciidoc.js instead, but having issues with syntax errors
+ [2019-04-19T02:12:55Z] Jahnertz Can someone clear this up for me? I installed jekyll-assets with bundler, renamed the 'assets' dir to '_assets' and built my site with bundle exec. It seems to have processed images but not sass (sass is compiled but the output isn't minified or fingerprinted and no source map generated)
+ [2019-04-19T03:27:14Z] xmn haven't used it before. Perhaps some demo might be a better place to start if you haven't. It's often very quite here. I found this though, https://philna.sh/blog/2016/06/28/asset-pipelines-with-jekyll-assets/
+ [2019-04-19T03:28:12Z] xmn and https://github.com/envygeeks/jekyll-assets
+ [2019-04-19T03:28:23Z] xmn don't know fi these are of any help. Sorry
+ [2019-04-19T03:31:19Z] Jahnertz Thanks xmn! I've looked through the first but it's outdated. I've been re-reading the github but it hasn't given any clues.