Re: [julia-users] Re: Adding publications easier

2016-09-22 Thread Tony Kelman
Yeah I didn't realize the readme was suggesting that either, sorry. We should automate the complicated part on our side.

Re: [julia-users] Re: Adding publications easier

2016-09-22 Thread Magnus Röding
Thanks for the quick response in changing the workflow, now it's more at my (and hopefully others') level. Den torsdag 22 september 2016 kl. 17:56:13 UTC+2 skrev Stefan Karpinski: > > I didn't realize that there was a README that actually tells you to do all > of that. I've opened an issue >

Re: [julia-users] Re: Adding publications easier

2016-09-22 Thread Stefan Karpinski
I didn't realize that there was a README that actually tells you to do all of that. I've opened an issue since there's no reason someone should have to install Jekyll in order to submit a publication that uses Julia – that's way over

Re: [julia-users] Re: Adding publications easier

2016-09-22 Thread Stefan Karpinski
You don't need Jekyll installed to edit markdown files. You can even edit files directly in the web and preview the rendering. Admittedly, installing Jekyll is a pain and seems to have gotten worse over time somehow, but you don't need to do any of that to submit a publication. On Thu, Sep 22,

[julia-users] Re: Adding publications easier

2016-09-22 Thread Magnus Röding
I have now made a new attempt, ending up having everything installed and seemingly working on an Ubuntu 16.04 system. My workflow so far is: - git clone https:// to local repo (I have a github account) - edit julia.bib and _EDIT_ME_index.md according to instructions - run 'make' in

[julia-users] Re: Adding publications easier

2016-09-21 Thread Magnus Röding
I realize I was very vague. I don't have a concrete suggestion, but github/pull request/jekyll/pandoc plus the fact that I'm not well acquainted with any of the steps was just too much. If I remember correctly I got as far as producing an error message in Jekyll and eventually giving up the

[julia-users] Re: Adding publications easier

2016-09-20 Thread Chris Rackauckas
I think he's talking about the fact that this specifically is more than Github: it also requires using pandoc and Jekyll: https://github.com/JuliaLang/julialang.github.com/tree/master/publications If the repo somehow ran a build script when checking the PR so that way all you had to do was