github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/gh-pages/config/_default/config.toml (about)

     1  title = "Command Launcher"
     2  baseurl = "http://localhost:1313/"
     3  description = "Command launcher is a small footprint, rich feature command management tool for both enterprise and individual command developers."
     4  titleSeparator = "-"
     5  titleAddition = "A better way to manage command line tools"
     6  
     7  themesDir = 'node_modules/@hyas'
     8  
     9  canonifyURLs = false
    10  disableAliases = true
    11  disableHugoGeneratorInject = true
    12  enableEmoji = true
    13  enableGitInfo = false
    14  enableRobotsTXT = true
    15  paginate = 7
    16  rssLimit = 10
    17  
    18  # Multilingual
    19  defaultContentLanguage = "en"
    20  
    21  # add redirects/headers
    22  [outputs]
    23  home = ["HTML", "RSS", "REDIRECTS", "HEADERS"]
    24  section = ["HTML", "RSS", "SITEMAP"]
    25  
    26  # remove .{ext} from text/netlify
    27  [mediaTypes."text/netlify"]
    28  suffixes = [""]
    29  delimiter = ""
    30  
    31  # add output format for netlify _redirects
    32  [outputFormats.REDIRECTS]
    33  mediaType = "text/netlify"
    34  baseName = "_redirects"
    35  isPlainText = true
    36  notAlternative = true
    37  
    38  # add output format for netlify _headers
    39  [outputFormats.HEADERS]
    40  mediaType = "text/netlify"
    41  baseName = "_headers"
    42  isPlainText = true
    43  notAlternative = true
    44  
    45  # add output format for section sitemap.xml
    46  [outputFormats.SITEMAP]
    47  mediaType = "application/xml"
    48  baseName = "sitemap"
    49  isHTML = false
    50  isPlainText = true
    51  noUgly = true
    52  rel  = "sitemap"
    53  
    54  [caches]
    55    [caches.getjson]
    56      dir = ":cacheDir/:project"
    57      maxAge = "10s"
    58  
    59  [sitemap]
    60    changefreq = "weekly"
    61    filename = "sitemap.xml"
    62    priority = 0.5
    63  
    64  [taxonomies]
    65    contributor = "contributors"
    66    category = "categories"
    67    tag = "tags"
    68  
    69  [permalinks]
    70    blog = "/blog/:title/"
    71  
    72  [minify.tdewolff.html]
    73    keepWhitespace = false
    74  
    75  [related]
    76    threshold = 80
    77    includeNewer = true
    78    toLower = false
    79      [[related.indices]]
    80      name = "categories"
    81      weight = 100
    82      [[related.indices]]
    83      name = "tags"
    84      weight = 80
    85      [[related.indices]]
    86      name = "date"
    87      weight = 10
    88  
    89  [module]
    90    [module.hugoVersion]
    91      extended = true
    92      min = "0.80.0"
    93      max = ""
    94    [[module.imports]]
    95      path = 'doks'
    96    [[module.mounts]]
    97      source = "assets"
    98      target = "assets"
    99    [[module.mounts]]
   100      source = "static"
   101      target = "static"
   102    [[module.mounts]]
   103      source = "layouts"
   104      target = "layouts"
   105    [[module.mounts]]
   106      source = "node_modules/@hyas/doks/i18n"
   107      target = "i18n"
   108    [[module.mounts]]
   109      source = "node_modules/flexsearch"
   110      target = "assets/js/vendor/flexsearch"
   111    [[module.mounts]]
   112      source = "node_modules/katex"
   113      target = "assets/js/vendor/katex"
   114    [[module.mounts]]
   115      source = "node_modules/mermaid"
   116      target = "assets/js/vendor/mermaid"
   117    [[module.mounts]]
   118      source = "node_modules/@hyas/images/layouts"
   119      target = "layouts"