Is there a bootstrap example that illustrates how to create documentation the same way getbootstrap does #34987
-
I am using Jekyll and Bootstrap to create some documentation. It occured to me that the layout of getbootstrap is just perfect for what I need to create and I have looked at examples to see if there was an example of this format, ie a 3 column layout, with a verticle menu on the left, a page table of contents on the right, contents in the middle and a fat footer. I am taking this approach as I want to write documentation and learn bootstrap in the process, that is why I am not using something like docusaurus or gitbook which does everything for you and you just right the copy in markdown. And, a question to bootstrap, what documentation platform do you use if any or it is all just straight html/css and of course bootstrap itself. I am just wondering if me chasing down jekyll is the right approach given all I want to do is write documentation and learn bootstrap. Having to learn jekyll, liquid and front matter is just a necessary evil and if I could this without them, I would, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
hey there. I'd personally recommend checking out Hugo - a static-site generator similar to Jekyll and it's used to build the Bootstrap site/docs. If you clone/download the Bootstrap repo then you can build the site/docs locally and see how it was all made and feel free to copy and adapt parts to your site. Jekyll is still a good static site generator too, but I'd recommend Hugo over it. |
Beta Was this translation helpful? Give feedback.
hey there. I'd personally recommend checking out Hugo - a static-site generator similar to Jekyll and it's used to build the Bootstrap site/docs. If you clone/download the Bootstrap repo then you can build the site/docs locally and see how it was all made and feel free to copy and adapt parts to your site.
Jekyll is still a good static site generator too, but I'd recommend Hugo over it.