_config.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # markdown
  2. markdown: redcarpet
  3. redcarpet:
  4. extensions: ["superscript","tables","with_toc_data"]
  5. highlighter: pygments
  6. exclude:
  7. - ".ruby-version"
  8. - ".jekyll-metadata"
  9. - ".gitignore"
  10. - ".travis.yml"
  11. - todo.txt
  12. - resources
  13. - Gemfile
  14. - Gemfile.lock
  15. - Makefile
  16. - vendor
  17. - README.md
  18. - CONTRIBUTING.md
  19. - LICENSE.md
  20. # Site metadata
  21. name: "Circular A-130"
  22. description: "Circular A-130: Managing Information as a Strategic Resource"
  23. baseurl: https://ombegov.github.io/a130
  24. # GitHub information
  25. org_name: ombegov
  26. repo_name: a130
  27. branch: gh-pages
  28. # Navigation
  29. # List links that should appear in the site sidebar here
  30. navigation:
  31. - text: Home
  32. url: /a130/
  33. - text: Purpose
  34. url: /a130/purpose/
  35. - text: Applicability
  36. url: /a130/applicability/
  37. - text: Basic Considerations
  38. url: /a130/basic-considerations/
  39. - text: Policy
  40. url: /a130/policy/
  41. - text: Government-wide Responsibilities
  42. url: /a130/gov-wide-responsibilities/
  43. - text: Effectiveness
  44. url: /a130/effectiveness/
  45. - text: Oversight
  46. url: /a130/oversight/
  47. - text: Authorities
  48. url: /a130/authorities/
  49. - text: Definitions
  50. url: /a130/definitions/
  51. - text: Inquiries
  52. url: /a130/inquiries/
  53. - text: Appendix I
  54. url: /a130/appendix1/
  55. - text: Appendix II
  56. url: /a130/appendix2/
  57. - text: Appendix III
  58. url: /a130/appendix3/
  59. # sass
  60. sass:
  61. sass_dir: _sass