|
| 1 | +baseURL = "/tasks" |
| 2 | +title = "Aspose Cloud Tutorials" |
| 3 | +staticdir = 'content/static' |
| 4 | +enableRobotsTXT = true |
| 5 | +enableGitInfo = true |
| 6 | +disableKinds = ["taxonomy", "taxonomyTerm", "page", "RSS"] |
| 7 | + |
| 8 | +# Hugo allows theme composition (and inheritance). The precedence is from left to right. |
| 9 | +theme = ["tutorials-theme"] |
| 10 | + |
| 11 | +[params.menu] |
| 12 | +zh = "asposecloud-zh" |
| 13 | +ru = "asposecloud-ru" |
| 14 | +ar = "asposecloud-ar" |
| 15 | +cs = "asposecloud-cs" |
| 16 | +de = "asposecloud-de" |
| 17 | +el = "asposecloud-el" |
| 18 | +es = "asposecloud-es" |
| 19 | +fr = "asposecloud-fr" |
| 20 | +hi = "asposecloud-hi" |
| 21 | +hu = "asposecloud-hu" |
| 22 | +id = "asposecloud-id" |
| 23 | +it = "asposecloud-it" |
| 24 | +ja = "asposecloud-ja" |
| 25 | +ko = "asposecloud-ko" |
| 26 | +nl = "asposecloud-nl" |
| 27 | +pl = "asposecloud-pl" |
| 28 | +pt = "asposecloud-pt" |
| 29 | +sv = "asposecloud-sv" |
| 30 | +th = "asposecloud-th" |
| 31 | +tr = "asposecloud-tr" |
| 32 | +vi = "asposecloud-vi" |
| 33 | +zh-hant = "asposecloud-zht" |
| 34 | + |
| 35 | +defaultContentLang = 'en' |
| 36 | +[languages] |
| 37 | + [languages.en] |
| 38 | + contentDir = 'content/tasks/english' |
| 39 | + languageName = 'English' |
| 40 | + languageCode = "en" |
| 41 | + flag = "flag-us" |
| 42 | + weight = 10 |
| 43 | + |
| 44 | +ignoreFiles = ["(?i:readme.md)", '\.spin$'] |
| 45 | + |
| 46 | +# Image processing configuration. |
| 47 | +[imaging] |
| 48 | +resampleFilter = "CatmullRom" |
| 49 | +quality = 75 |
| 50 | +anchor = "smart" |
| 51 | + |
| 52 | +[services] |
| 53 | +[services.googleAnalytics] |
| 54 | +# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback]. |
| 55 | +# id = "UA-00000000-0" |
| 56 | + |
| 57 | +[markup] |
| 58 | + [markup.tableOfContents] |
| 59 | + endLevel = 2 |
| 60 | + ordered = true |
| 61 | + startLevel = 2 |
| 62 | + [markup.goldmark] |
| 63 | + [markup.goldmark.renderer] |
| 64 | + unsafe = true |
| 65 | + [markup.highlight] |
| 66 | + anchorLineNos = false |
| 67 | + codeFences = true |
| 68 | + guessSyntax = false |
| 69 | + hl_Lines = "" |
| 70 | + lineAnchors = "" |
| 71 | + lineNoStart = 1 |
| 72 | + lineNos = false |
| 73 | + lineNumbersInTable = true |
| 74 | + noClasses = false |
| 75 | + tabWidth = 4 |
| 76 | + |
| 77 | +# Everything below this are Site Params |
| 78 | + |
| 79 | +[params] |
| 80 | +copyright = "The Aspose Cloud Authors" |
| 81 | +privacy_policy = "https://policies.google.com/privacy" |
| 82 | +topbar_search_active = false |
| 83 | +logo_rel_link = "" |
| 84 | + |
| 85 | +# Containerize Menu |
| 86 | +[params.containerize] |
| 87 | +menu = "asposecloud-en" |
| 88 | + |
| 89 | +[params.meta] |
| 90 | +msapplication_TileColor = "#2b5797" |
| 91 | +msapplication_config = "https://cms.admin.containerize.com/templates/asposecloud/images/browserconfig.xml" |
| 92 | +theme_color = "#ffffff" |
| 93 | +author = "Aspose Cloud" |
| 94 | + |
| 95 | +# Title of 404 page |
| 96 | +title_404_page = "404 - Page Not Found | Aspose Cloud Tutorials" |
| 97 | + |
| 98 | +# Open Grapgh settings |
| 99 | +title = "Aspose Cloud Tutorials" |
| 100 | +images = ["images/aspose-cloud-image-for-open-graph.jpg"] |
| 101 | +description = "Send REST API calls to manipulate Word, Excel, PDF, PowerPoint, Outlook, Visio and more than 100 file formats." |
| 102 | + |
| 103 | + |
| 104 | +# Set to true to disable breadcrumb navigation. |
| 105 | +breadcrumb_disable = false |
| 106 | +# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled) |
| 107 | +sidebar_search_disable = true |
| 108 | +# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar |
| 109 | +navbar_logo = false |
| 110 | +# Set to true to disable the About link in the site footer |
| 111 | +footer_about_disable = false |
| 112 | + |
| 113 | + |
| 114 | +[minify] |
| 115 | + disableCSS = false |
| 116 | + disableHTML = false |
| 117 | + disableJS = false |
| 118 | + disableJSON = false |
| 119 | + disableSVG = false |
| 120 | + disableXML = false |
| 121 | + minifyOutput = true |
| 122 | + [minify.tdewolff] |
| 123 | + [minify.tdewolff.css] |
| 124 | + decimals = -1 |
| 125 | + keepCSS2 = true |
| 126 | + [minify.tdewolff.html] |
| 127 | + keepConditionalComments = true |
| 128 | + keepDefaultAttrVals = true |
| 129 | + keepDocumentTags = true |
| 130 | + keepEndTags = true |
| 131 | + keepQuotes = false |
| 132 | + keepWhitespace = false |
| 133 | + [minify.tdewolff.js] |
| 134 | + [minify.tdewolff.json] |
| 135 | + [minify.tdewolff.svg] |
| 136 | + decimals = -1 |
| 137 | + [minify.tdewolff.xml] |
| 138 | + keepWhitespace = false |
| 139 | + |
| 140 | +[Taxonomies] |
| 141 | + |
| 142 | +[deployment] |
| 143 | +[[deployment.matchers]] |
| 144 | +# Set custom content type for /sitemap.xml |
| 145 | +#pattern = "^sitemap\\.xml$" |
| 146 | +#pattern = "^[a-z]\\.xml$" |
| 147 | +pattern = "^.+\\.(xml)$" |
| 148 | +contentType = "application/xml" |
| 149 | +gzip = true |
| 150 | +force = true |
0 commit comments