_config.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. # Uncomment the following line for localhost development at http://127.0.0.1:4000/a130/
  25. #baseurl: /a130
  26. # GitHub information
  27. org_name: ombegov
  28. repo_name: a130
  29. branch: gh-pages
  30. # Navigation
  31. # List links that should appear in the site sidebar here
  32. navigation:
  33. - text: Home
  34. url: /a130/
  35. - text: Purpose
  36. url: /a130/purpose/
  37. - text: Applicability
  38. url: /a130/applicability/
  39. - text: Basic Considerations
  40. url: /a130/basic-considerations/
  41. - text: Policy
  42. url: /a130/policy/
  43. - text: Government-wide Responsibilities
  44. url: /a130/gov-wide-responsibilities/
  45. - text: Effectiveness
  46. url: /a130/effectiveness/
  47. - text: Oversight
  48. url: /a130/oversight/
  49. - text: Authorities
  50. url: /a130/authorities/
  51. - text: Definitions
  52. url: /a130/definitions/
  53. - text: Inquiries
  54. url: /a130/inquiries/
  55. - text: Appendix I
  56. url: /a130/appendix1/
  57. - text: Appendix II
  58. url: /a130/appendix2/
  59. - text: Appendix III
  60. url: /a130/appendix3/
  61. # sass
  62. sass:
  63. sass_dir: _sass