Poor name choice: https://ant.apache.org/ivy/ https://github.com/robpike/ivy
Ivy: a minimalist static site generator in Python
31–40 of 58 posts
Re: Ivy: a minimalist static site generator in Python
#32Ivy looks great. That said, every time I see a new SSG in Python, I get all excited about it for a minute. Then I remember this bit of advice: "Just use Jekyll". > Jekyll is not better than the rest for any fundamental design reason; it’s better because it’s enormously popular and therefore excels in the long tail of details. > ... > If, like me, you secretly believe that everything is better if it’s written in Pytho…
Re: Ivy: a minimalist static site generator in Python
#33Ivy looks great. That said, every time I see a new SSG in Python, I get all excited about it for a minute. Then I remember this bit of advice: "Just use Jekyll". > Jekyll is not better than the rest for any fundamental design reason; it’s better because it’s enormously popular and therefore excels in the long tail of details. > ... > If, like me, you secretly believe that everything is better if it’s written in Pytho…
I think Hugo is popular enough these days for that argument to apply to it. It's far easier to get up and running, too.
Re: Ivy: a minimalist static site generator in Python
#34Ivy looks great. That said, every time I see a new SSG in Python, I get all excited about it for a minute. Then I remember this bit of advice: "Just use Jekyll". > Jekyll is not better than the rest for any fundamental design reason; it’s better because it’s enormously popular and therefore excels in the long tail of details. > ... > If, like me, you secretly believe that everything is better if it’s written in Pytho…
1. Can I get Jekyll to use Org files without writing any Ruby code?
2. Can I get Jekyll to handle math using MathJax without writing any Ruby code?
3. Can I get a "next article for a given tag" in Jekyll without writing any Ruby code? (What I essentially need: A post usually has "next" and "previous" article links. I want a "next" and "previous" article for every tag the post is tagged with).
Not at home so I can't see what other custom code/plugins I use, but this is a good list to begin with.
Re: Ivy: a minimalist static site generator in Python
#35Poor name choice: https://ant.apache.org/ivy/ https://github.com/robpike/ivy
Apache Ivy has been effectively a dead project for years; I'm fine with letting someone else have a turn using the name.
Re: Ivy: a minimalist static site generator in Python
#36Earlier quoted context omitted.
They put the interview in a table? Ewww. :(
Tables are good for tabular data. I'd argue that it's potentially arguable that this may actually be tabular data. Either way, now that you mentioned it, I don't know whether my knee-jerk reaction would have been that it's good or bad, or if I'd even notice it at all, heh.
Sam
Knock, Knock.
Eric
Who's there?
Sam
Justin.
Eric
Justin who?
Sam
Justin time for dinner!
http://html5doctor.com/a-little-more-conversation-with-dialo...Re: Ivy: a minimalist static site generator in Python
#37Ivy looks great. That said, every time I see a new SSG in Python, I get all excited about it for a minute. Then I remember this bit of advice: "Just use Jekyll". > Jekyll is not better than the rest for any fundamental design reason; it’s better because it’s enormously popular and therefore excels in the long tail of details. > ... > If, like me, you secretly believe that everything is better if it’s written in Pytho…
Re: Ivy: a minimalist static site generator in Python
#38Ivy looks great. That said, every time I see a new SSG in Python, I get all excited about it for a minute. Then I remember this bit of advice: "Just use Jekyll". > Jekyll is not better than the rest for any fundamental design reason; it’s better because it’s enormously popular and therefore excels in the long tail of details. > ... > If, like me, you secretly believe that everything is better if it’s written in Pytho…
OK - Serious questions for things I've done in Pelican: 1. Can I get Jekyll to use Org files without writing any Ruby code? 2. Can I get Jekyll to handle math using MathJax without writing any Ruby code? 3. Can I get a "next article for a given tag" in Jekyll without writing any Ruby code? (What I essentially need: A post usually has "next" and "previous" article links. I want a "next" and "previous" article for ever…
See also this StackOverflow question: https://stackoverflow.com/questions/10987992/using-mathjax-w...
Re: Ivy: a minimalist static site generator in Python
#39Try Hugo if you do not care about the language it's written in. It has a pretty vibrant community. https://gohugo.io/
On the other hand, python-markdown is an extremely well-designed library and it's an absolute joy to hack on and extend. Once upon a time, I used it to throw together an API documentation renderer for Mono class library documentation on a now dead product [2]. Overall, I enjoyed that a lot more than my experience with Hugo and I will probably use something python based for my next static site.
[1] - https://intoli.com/blog/
Re: Ivy: a minimalist static site generator in Python
#40Ivy looks great. That said, every time I see a new SSG in Python, I get all excited about it for a minute. Then I remember this bit of advice: "Just use Jekyll". > Jekyll is not better than the rest for any fundamental design reason; it’s better because it’s enormously popular and therefore excels in the long tail of details. > ... > If, like me, you secretly believe that everything is better if it’s written in Pytho…
OK - Serious questions for things I've done in Pelican: 1. Can I get Jekyll to use Org files without writing any Ruby code? 2. Can I get Jekyll to handle math using MathJax without writing any Ruby code? 3. Can I get a "next article for a given tag" in Jekyll without writing any Ruby code? (What I essentially need: A post usually has "next" and "previous" article links. I want a "next" and "previous" article for ever…