_config.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. - CNAME
  13. - resources
  14. - Gemfile
  15. - Gemfile.lock
  16. - Makefile
  17. - vendor
  18. - README.md
  19. - CONTRIBUTING.md
  20. - LICENSE.md
  21. # Site metadata
  22. name: "Circular A-130"
  23. description: "Circular A-130: Managing Information as a Strategic Resource"
  24. baseurl: https://ombegov.github.io/a130
  25. # GitHub information
  26. org_name: ombegov
  27. repo_name: a130
  28. branch: gh-pages
  29. # Navigation
  30. # List links that should appear in the site sidebar here
  31. navigation:
  32. - text: Home
  33. url: /a130/
  34. - text: Purpose
  35. url: /a130/purpose/
  36. - text: Applicability
  37. url: /a130/applicability/
  38. - text: Basic Considerations
  39. url: /a130/basic-considerations/
  40. - text: Policy
  41. url: /a130/policy/
  42. - text: Government-wide Responsibilities
  43. url: /a130/gov-wide-responsibilities/
  44. - text: Effectiveness
  45. url: /a130/effectiveness/
  46. - text: Oversight
  47. url: /a130/oversight/
  48. - text: Authorities
  49. url: /a130/authorities/
  50. - text: Definitions
  51. url: /a130/definitions/
  52. - text: Inquiries
  53. url: /a130/inquiries/
  54. - text: Appendix I
  55. url: /a130/appendix1/
  56. - text: Appendix II
  57. url: /a130/appendix2/
  58. - text: Appendix III
  59. url: /a130/appendix3/