_config.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. # Welcome to Jekyll!
  2. #
  3. # This config file is meant for settings that affect your whole blog, values
  4. # which you are expected to set up once and rarely edit after that. If you find
  5. # yourself editing this file very often, consider using Jekyll's data files
  6. # feature for the data you need to update frequently.
  7. #
  8. # For technical reasons, this file is *NOT* reloaded automatically when you use
  9. # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
  10. # Site settings
  11. # These are used to personalize your new site. If you look in the HTML files,
  12. # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
  13. # You can create any custom variable you would like, and they will be accessible
  14. # in the templates via {{ site.myvariable }}.
  15. markdown: kramdown
  16. kramdown:
  17. auto_ids: false
  18. highlighter: rouge
  19. plugins:
  20. - jekyll-seo-tag
  21. title: AdminLTE v3 Documentaion
  22. version: v3.0.3
  23. description: >- # this means to ignore newlines until "baseurl:"
  24. AdminLTE v3 Documentaion
  25. navigation:
  26. - title: Installation
  27. url: index.html
  28. icon: fas fa-microchip
  29. - title: Dependencies & Plugins
  30. url: dependencies.html
  31. icon: fas fa-handshake
  32. - title: Layout
  33. url: layout.html
  34. icon: fas fa-copy
  35. - title: Components
  36. icon: fas fa-th
  37. url: components
  38. subitems:
  39. - title: Main Header
  40. url: components/main-header.html
  41. - title: Main Sidebar
  42. url: components/main-sidebar.html
  43. - title: Control Sidebar
  44. url: components/control-sidebar.html
  45. - title: Card
  46. url: components/cards.html
  47. - title: Small-/ Info-Box
  48. url: components/boxes.html
  49. - title: Direct Chat
  50. url: components/direct-chat.html
  51. - title: Timeline
  52. url: components/timeline.html
  53. - title: Ribbons
  54. url: components/ribbons.html
  55. - title: Miscellaneous
  56. url: components/miscellaneous.html
  57. - title: Plugins
  58. url: components/plugins.html
  59. - title: JavaScript
  60. icon: fas fa-code
  61. url: javascript
  62. subitems:
  63. - title: Layout
  64. url: javascript/layout.html
  65. - title: Push Menu
  66. url: javascript/push-menu.html
  67. - title: Treeview
  68. url: javascript/treeview.html
  69. - title: Card Widget
  70. url: javascript/card-widget.html
  71. - title: CardRefresh
  72. url: javascript/card-refresh.html
  73. - title: Control Sidebar
  74. url: javascript/control-sidebar.html
  75. - title: Direct Chat
  76. url: javascript/direct-chat.html
  77. - title: Todo List
  78. url: javascript/todo-list.html
  79. - title: Toasts
  80. url: javascript/toasts.html
  81. - title: Browser Support
  82. url: browser-support.html
  83. icon: fab fa-chrome
  84. - title: Upgrade Guide
  85. url: upgrade-guide.html
  86. icon: fas fa-hand-point-up
  87. - title: Implementations
  88. url: implementations.html
  89. icon: fas fa-bookmark
  90. - title: FAQ
  91. url: faq.html
  92. icon: fas fa-question-circle
  93. - title: License
  94. url: license.html
  95. icon: fas fa-file-alt
  96. # Exclude from processing.
  97. # The following items will not be processed, by default. Create a custom list
  98. # to override the default setting.
  99. exclude:
  100. - Gemfile
  101. - Gemfile.lock