1. Introduction
  2. 1. Installation
  3. 2. Quick start
  4. Reference
  5. 3. CLI
    1. 3.1. build
    2. 3.2. cache
      1. 3.2.1. sparql
      2. 3.2.2. resources
    3. 3.3. completion
    4. 3.4. new
    5. 3.5. server
    6. 3.6. version
  6. 4. Template syntax
    1. 4.1. Variables
    2. 4.2. Comments
    3. 4.3. Whitespace control
    4. 4.4. Loops
    5. 4.5. Conditionals
    6. 4.6. Indexing
    7. 4.7. Includes
    8. 4.8. Layouts
    9. 4.9. Pipes
  7. 5. Template functions
    1. 5.1. Math
      1. 5.1.1. add
      2. 5.1.2. sub
      3. 5.1.3. mul
      4. 5.1.4. div
      5. 5.1.5. mod
      6. 5.1.6. add1
      7. 5.1.7. rand
    2. 5.2. Boolean
      1. 5.2.1. and
      2. 5.2.2. or
      3. 5.2.3. not
      4. 5.2.4. eg
      5. 5.2.5. ne
      6. 5.2.6. lt
      7. 5.2.7. le
      8. 5.2.8. gt
      9. 5.2.9. ge
    3. 5.3. Strings
      1. 5.3.1. print
      2. 5.3.2. printf
      3. 5.3.3. println
      4. 5.3.4. join
      5. 5.3.5. split
      6. 5.3.6. replace
      7. 5.3.7. replace_re
      8. 5.3.8. ucase
      9. 5.3.9. lcase
      10. 5.3.10. tcase
      11. 5.3.11. has_prefix
      12. 5.3.12. has_suffix
      13. 5.3.13. trim
      14. 5.3.14. contains
    4. 5.4. Typing
      1. 5.4.1. type
      2. 5.4.2. uri
    5. 5.5. JSON
      1. 5.5.1. to_json
      2. 5.5.2. from_json
    6. 5.6. HTTP
      1. 5.6.1. query
      2. 5.6.2. get_remote
      3. 5.6.3. get_remote_with_config
    7. 5.7. Templates
      1. 5.7.1. include
      2. 5.7.2. include_text
    8. 5.8. Utilities
      1. 5.8.1. now
      2. 5.8.2. env
      3. 5.8.3. config
      4. 5.8.4. safe_html
      5. 5.8.5. read_file
      6. 5.8.6. current_view
      7. 5.8.7. version
      8. 5.8.8. len
      9. 5.8.9. js
      10. 5.8.10. index
  8. 6. Configuration
    1. 6.1. snowman.yaml
    2. 6.2. views.yaml
  9. 7. Style guide
  10. Guides
  11. 8. CLI autocompletion
  12. 9. Working with multiple environments
  13. 10. Managing cache
  14. 11. Timing builds
  15. Recipes
  16. 12. Multilangual RDF labels
  17. 13. Rendering JSON
  18. 14. Rendering XML
  19. 15. Fetching files
  20. 16. Reading local files
  21. 17. Retrieving and parsing JSON
  22. 18. Site metadata
  23. 19. Reading environment variables
  24. 20. Parameterized queries
  25. 21. Building with Github Actions
  26. 22. Building with Gitlab CI

Snowman Manual

Boolean