Open AeroNotix opened 9 years ago
If all you need is a static site generator, why not use github's Jekyll? Putting the site source in the repo will automatically generate the HTML and the hosting is taken care of.
I want something to generate HTML from source code docstrings too. Jekyll is a great idea though, probably will end up with something like that.
As far as I know such a thing doesn't exist. I wish it did. Shinmera's Staple allows you to use a custom template, but I believe that's about as far as you'll get with any of the current docstring-html generators. Perhaps something like that could be integrated into the site generation process though.
I looked at Staple
and found it to be very lacking in the built-in
templates and styles. I don't want something that I have to write loads of
CSS to make it look pretty :)
On Sat Dec 06 2014 at 2:32:25 PM Joram Schrijver notifications@github.com wrote:
As far as I know such a thing doesn't exist. I wish it did. Shinmera's Staple https://github.com/Shinmera/staple allows you to use a custom template, but I believe that's about as far as you'll get with any of the current docstring-html generators. Perhaps something like that could be integrated into the site generation process though.
— Reply to this email directly or view it on GitHub https://github.com/AeroNotix/lispkit/issues/47#issuecomment-65897023.
Can we take inspiration in quickdocs? Le 6 déc. 2014 14:37, "Aaron France" notifications@github.com a écrit :
I looked at
Staple
and found it to be very lacking in the built-in templates and styles. I don't want something that I have to write loads of CSS to make it look pretty :)On Sat Dec 06 2014 at 2:32:25 PM Joram Schrijver notifications@github.com
wrote:
As far as I know such a thing doesn't exist. I wish it did. Shinmera's Staple https://github.com/Shinmera/staple allows you to use a custom template, but I believe that's about as far as you'll get with any of the current docstring-html generators. Perhaps something like that could be integrated into the site generation process though.
— Reply to this email directly or view it on GitHub https://github.com/AeroNotix/lispkit/issues/47#issuecomment-65897023.
— Reply to this email directly or view it on GitHub https://github.com/AeroNotix/lispkit/issues/47#issuecomment-65897193.
Yeah, quickdocs is really nice.
On Sat Dec 06 2014 at 2:47:07 PM Florian Margaine notifications@github.com wrote:
Can we take inspiration in quickdocs? Le 6 déc. 2014 14:37, "Aaron France" notifications@github.com a écrit :
I looked at
Staple
and found it to be very lacking in the built-in templates and styles. I don't want something that I have to write loads of CSS to make it look pretty :)On Sat Dec 06 2014 at 2:32:25 PM Joram Schrijver < notifications@github.com>
wrote:
As far as I know such a thing doesn't exist. I wish it did. Shinmera's Staple https://github.com/Shinmera/staple allows you to use a custom template, but I believe that's about as far as you'll get with any of the current docstring-html generators. Perhaps something like that could be integrated into the site generation process though.
— Reply to this email directly or view it on GitHub https://github.com/AeroNotix/lispkit/issues/47#issuecomment-65897023.
— Reply to this email directly or view it on GitHub https://github.com/AeroNotix/lispkit/issues/47#issuecomment-65897193.
— Reply to this email directly or view it on GitHub https://github.com/AeroNotix/lispkit/issues/47#issuecomment-65897435.
Hello there, now there's https://github.com/CommonDoc/codex, a documentation system for Common Lisp. I tried it and it works as advertised.
Take a stab at it if you fancy.
I have lispkit.org so I want to put it to good use
I would like:
How to accomplish:
Questions: