-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create github-pages jekyll/bootstrap documentation #90
Comments
The articles are available here: |
Actually for the sake of learning web dev/git-hub pages, bootstrap-4.5.3/css/jekyll, I am going to create a new repo that creates the documention for this repo. In that repo, I will create very small scoped commits, that would be too granula for this repo and would clutter up the commit history with micro level commits. I would rather have this commit history in a separate 'student' repo that can be used as a reference for learning purposes. Once the documentation is at a certain desirable level, I will simply copy it over to this one. |
PS, for static site generation, bootstrap-4 uses jekyll, but bootstrap-5 uses hugo bootstrap 4 vs 5. For the sake of not putting more barriers in my path, I will stick to BS-4 for this repo and will migrate to using Hugo/BS-5 for other repos. |
This is a good reference: create a static gh-pages bootstrap website. Also, How to create documenttion The problem I'm having with my original approach is that using bootstrap without a theme is still too difficult; eg, how do I create a sidebar with references to pages. I need this to already be there so I can just use it. |
Here is a free theme with a sidebar, however its for bootstrap 5. But here is a bootsrap admin theme, and because its an admin theme, it alrady contains sidebar |
It might be beter to use: just-the-docs as its designed for jekyll I'm not sure if bootstrap and jekyll are mutually exclusive, I dont think they are, but when ever I find a infomation about a bootstrap theme/template, it's generally not for jekyll, and when I find something for jekyll (like this one) I'm not sure if it comes with bootstrap. Here's some themes: |
✨ Arggh, I've finally found what I've been looking for, use docusaurus, which is a static website generator for gh-pages designed for powershell modules, or another option is gitbook, which actually has a better aesthetic than docusaurus. |
Possible gatsby themes Starters Next or Starters:
|
There is a basic gatsby theme that includes bootstrap 5 here Also, to convert a starter into a theme, see: Converting a starter |
Probably on github docs/pages, with a theme
https://guides.github.com/features/wikis/
Also see
https://github.com/collections/github-pages-examples
https://www.siteleaf.com/
Evan Will bootstrap template
The text was updated successfully, but these errors were encountered: