_config.yml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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.0-beta.2
  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: JavaScript
  56. icon: fas fa-code
  57. url: javascript
  58. subitems:
  59. - title: Layout
  60. url: javascript/layout.html
  61. - title: Push Menu
  62. url: javascript/push-menu.html
  63. - title: Treeview
  64. url: javascript/treeview.html
  65. - title: Card Widget
  66. url: javascript/card-widget.html
  67. - title: CardRefresh
  68. url: javascript/card-refresh.html
  69. - title: Control Sidebar
  70. url: javascript/control-sidebar.html
  71. - title: Direct Chat
  72. url: javascript/direct-chat.html
  73. - title: Todo List
  74. url: javascript/todo-list.html
  75. - title: Browser Support
  76. url: browser-support.html
  77. icon: fab fa-chrome
  78. - title: Upgrade Guide
  79. url: upgrade-guide.html
  80. icon: fas fa-hand-point-up
  81. - title: Implementations
  82. url: implementations.html
  83. icon: fas fa-bookmark
  84. - title: FAQ
  85. url: faq.html
  86. icon: fas fa-question-circle
  87. - title: License
  88. url: license.html
  89. icon: fas fa-file-alt
  90. # Exclude from processing.
  91. # The following items will not be processed, by default. Create a custom list
  92. # to override the default setting.
  93. exclude:
  94. - Gemfile
  95. - Gemfile.lock