Roberto Alsina
Roberto Alsina
You mean plugins depending on other plugins? I think a metadata field in the .plugin file is enough
Assuming the dependency names are just strings, we can always use "['foo','bar']" which can be created using json.dumps but it should not be necessary, I like your version 6
I'm ok with both
That's about it, yes. Except if it looks like crap, in which case it will need something else ;-)
The trick is that themes inherit each other. So a template may be in the theme, or on its parent, or its grandparent and so on. To get a copy...
What theme is it?
Thanks @augcros! I will see if I can add it.
No idea. I will try to find some time to play with the CSS at some point.
You can easily customize it (just put stuff in files/assets/css/custom.css) but yeah, I agree that it would look better with a different background
On 08/03/14 09:18, Daniel Aleksandersen wrote: > Take the Ghostwriter theme https://github.com/roryg/ghostwriter/, > strip the AJAX, and port and adopt it to Nikola. Rename it /Teslawriter/. > > — >...