jussi-kalliokoski / trine

A utility library for modern JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve the website layout

jussi-kalliokoski opened this issue · comments

Currently the website looks terrible. If there's any takers for making it look prettier, would be much appreciated.

jussi-kalliokoski, since it seems like currently you are converting your README.md to HTML, I would suggest you play around with markdown-styles (npm install -g markdown-styles) and the generate-md command. The github theme looks good. The only issue is it creates an assets/css directory and thus complicates your web structure, but if you really wanted to, you could inline the css.

@cipherboy thanks, I'll take a look!

commented

@jussi-kalliokoski can't get the npm dependencies installing. Think it's something to do with trash and OSX.

commented

Any chance we can just compile the docs to a .json format instead?

Here's what I have so far (WIP)

screen shot 2015-06-20 at 16 58 38

@rob-balfre can you paste the error you're getting so I can take a look? I'm developing on OS X myself and can't reproduce. :/

Looks awesome! I'd be happy to take even the WIP in already. :P Don't worry about the code blocks / syntax highlighting, I've got something coming for that!

Any chance we can just compile the docs to a .json format instead?

The docs are actually compiled to a JSON format already: http://jussi-kalliokoski.github.io/trine/docs/v0.0.0/index.json - it's defined in https://github.com/jussi-kalliokoski/trine/blob/master/tools/DocumentationBuilder/index.js#L48

commented

I made a PR with my doc's updates and included my npm debug. :)

@rob-balfre ahh, I see the issue now! Please update to latest npm and the issue should go away. :)