_config.yml 800 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. title: Nokia 6300 4G (nokia-leo)
  2. author: Bùi Minh Đức
  3. url: https://minhduc-bui1.github.io
  4. baseurl: "/nokia-leo"
  5. description: >
  6. Archive of guides, source code and firmware backups for Nokia 6300 4G.
  7. favicon: "assets/img/banana.png"
  8. markdown: CommonMarkGhPages
  9. theme: no-style-please
  10. exclude:
  11. - root.sh
  12. - fota.sh
  13. - curef.json
  14. - 8k.mbn
  15. - recovery-8110.img
  16. - vendor
  17. - .sass-cache/
  18. - .jekyll-cache/
  19. - gemfiles/
  20. - Gemfile
  21. - Gemfile.lock
  22. - node_modules/
  23. - vendor/bundle/
  24. - vendor/cache/
  25. - vendor/gems/
  26. - vendor/ruby/
  27. theme_config:
  28. appearance: "auto"
  29. back_home_text: "Back to main page"
  30. date_format: "%d-%m-%Y"
  31. show_description: false
  32. commonmark:
  33. options: ["UNSAFE", "SMART", "FOOTNOTES"]
  34. extensions: ["strikethrough", "autolink", "table", "tagfilter"]