appbaseio / Docbase

Turn .md docs into beautiful sites
https://appbaseio.github.io/Docbase
MIT License
587 stars 24 forks source link

Index title can be configured by docbase-config.js with title property. #18

Closed StanleySathler closed 8 years ago

StanleySathler commented 8 years ago

If someone want to change index title, does not need to modify index.html anymore. This can be done by docbase-config.js. HTML is also supported.

Example of usage:

var docbaseConfig = {
  "name": "defaultConfig",
  "method": "file",
  "title": "Doc<b>base</b>"
  // ...
}
mateusfreira commented 8 years ago

There was something wrong with the build https://travis-ci.org/appbaseio/Docbase/jobs/123638746 It is something with dependencies. Can you check that?

StanleySathler commented 8 years ago

@mateusfreira, I'll check and solve

siddharthlatest commented 8 years ago

Thanks for the contribution @StanleySathler!