I checked on the STATIC_PATH thing, it works ok. The trick is that if you have e.g.
STATIC_PATHS = ['images','mystatic'] you need to put the static files under 'content', i.e. in content/images and content/mystatic On Sat, Apr 20, 2013 at 7:14 PM, Terry Brown <[email protected]>wrote: > On Fri, 19 Apr 2013 22:22:38 +0300 > "Ville M. Vainio" <[email protected]> wrote: > > > http://leo-editor.github.io/ > > So I made a post. I could not work out how to get the STATIC_PATH > mechanism working, despite RTFM and reading the source. So I just > v̶̶a̶̶n̶̶d̶̶a̶̶l̶̶i̶̶z̶̶e̶̶d̶̶ modified the Makefile to copy static/* into > output. > > Also in the source repo > > make github > make: ghp-import: Command not found > > so I just copied the output into the blog repo as Ville described - we > need a better way of doing that. > > Finally it needs to handle images better, preferable a scaled version > that expands to full size when clicked - but I'm sure that's possible. > > Wondering what the relationship between posts about plugins and the > plugin's docstring should be - I guess that can evolve over time. > > Cheers -Terry > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/leo-editor?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
