Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
languageCode:           "en"
2
title:                  "Moodle Component Library"
3
baseURL:                "http://MOODLEROOT/"
4
enableInlineShortcodes:  true
5
pygmentsUseClasses: true
6
 
7
markup:
8
  goldmark:
9
    renderer:
10
      unsafe: true
11
 
12
markup:
13
  goldmark:
14
    extensions:
15
      definitionList: true
16
      footnote: true
17
      linkify: true
18
      strikethrough: true
19
      table: true
20
      taskList: true
21
      typographer: true
22
    parser:
23
      attribute: true
24
      autoHeadingID: true
25
      autoHeadingIDType: github
26
    renderer:
27
      hardWraps: false
28
      unsafe: true
29
      xHTML: false
30
  highlight:
31
    codeFences: true
32
    guessSyntax: true
33
    hl_Lines: ""
34
    lineNoStart: 1
35
    lineNos: false
36
    lineNumbersInTable: true
37
    noClasses: true
38
    style: monokailight
39
    tabWidth: 4
40
 
41
buildDrafts:            false
42
buildFuture:            true
43
 
44
enableRobotsTXT:        true
45
metaDataFormat:         "yaml"
46
 
47
disableKinds:           ["404", "taxonomy", "taxonomyTerm", "RSS"]
48
 
49
blackfriday:
50
  fractions:            false
51
 
52
relativeURLs:           true
53
 
54
publishDir:             "./admin/tool/componentlibrary/docs"
55
archetypeDir:           "./admin/tool/componentlibrary/hugo/archetypes"
56
assetDir:               "./admin/tool/componentlibrary/hugo/assets"
57
contentDir:             "./admin/tool/componentlibrary/content"
58
dataDir:                "./admin/tool/componentlibrary/hugo/site/data"
59
layoutDir:              "./admin/tool/componentlibrary/hugo/site/layouts"
60
staticDir:              "./admin/tool/componentlibrary/content/static"
61
 
62
params:
63
  moodleroot:           "MOODLEROOT"
64
 
65
  current_version:      "4.6.2"
66
  current_ruby_version: "4.6.2"
67
  docs_version:         "4.6"
68
  boostrap_docs:        "https://getbootstrap.com/docs/4.6"
69
  repo:                 "https://github.com/twbs/bootstrap"
70
 
71
  cdn:
72
    # See https://www.srihash.org for info on how to generate the hashes
73
    popper:           "https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"