+ [2016-07-17T21:25:17Z] travis-ci jekyll/jemoji#94 (master) The build has errored. https://travis-ci.org/jekyll/jemoji/builds/145411219
+ [2016-07-18T03:36:59Z] ljc anyone know a good resource to get social media svg's that look similar to github/twitter ones that jekyll has?
+ [2016-07-18T03:40:50Z] ljc also, i've removed the text to the social media svg links, and put them in an inline list. the result is when the cursor is over the svg, there is an underlined part to the right of the icon http://pasteboard.co/cO5Jhte1o.png
+ [2016-07-18T03:40:52Z] jekyllrb Title: Pasteboard — Uploaded Image (at pasteboard.co)
+ [2016-07-18T22:23:02Z] timwis Hey folks, anyone know whether it's possible to treat a _data/file.csv as a collection and generate html pages for each row of the file?

message no. 143870

Posted by timwis in #jekyll at 2016-07-18T22:23:02Z

Hey folks, anyone know whether it's possible to treat a _data/file.csv as a collection and generate html pages for each row of the file?
+ [2016-07-19T20:58:26Z] blackglade is there anyway I can tell jekyll to ignore permalinks for certain files? jekyll serve gives me a proper website, but when I actually take the built html directory and open it up manually, all the css/javascript file links are off
+ [2016-07-19T21:10:51Z] miklb blackglade sounds like a relative URL issue. How are those files being added?
+ [2016-07-19T21:16:26Z] blackglade miklb: just realized the files seem to be referencing the root directory of my computer, but as it turns out, when I put it on a web server, it shouldn't make the difference
+ [2016-07-19T21:47:29Z] jaybe blackglade: inspect the browser links/html for the resources and identify how/why they are unreachable and adjust templates to include. See also [[ baseurl ]] potentially
+ [2016-07-19T21:47:29Z] jekyllrb (baseurl) (#1) https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/, or (#2) http://jekyllrb.com/docs/configuration/#serve-command-options, or (#3) http://jekyllrb.com/docs/github-pages/#project-page-url-structure