-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi this is a great template and I have watched your videos, so thanks for that. However I do have an issue. You assume that the bootstrap template is going to be use on a new repo. I am not going to use it this way. I have multiple repos that I intend to write documentation for using this bootstrap template, but you don't explain how to add this to an existing repo.
It seems that jekyll can only build from a docs folder, and this can't be changed as far as I know, so I'm just gonna accept this, but to me it makes sense that it should be configurable (I would rather call this site or www). When I extract this bootstrap template in the root folder, I see these folders
- _data
- _includes
- _layouts
- _sass
- assets
- docs
- pages
So there is another docs folder. Having 2 docs folders feels wrong to me. Can this docs folder be a different name? I would hope that it could be.
So to add this to an existing folder, do we just copy everything inside this extraction root, to the repo's docs folder?
Thanks.