|
| 1 | +baseURL = "/tutorials/html" |
| 2 | +title = "Aspose API References" |
| 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 = ["api-theme"] |
| 10 | + |
| 11 | +[params.menu] |
| 12 | +zh = "aspose-zh" |
| 13 | +ru = "aspose-ru" |
| 14 | +ar = "aspose-ar" |
| 15 | +cs = "aspose-cs" |
| 16 | +de = "aspose-de" |
| 17 | +el = "aspose-el" |
| 18 | +es = "aspose-es" |
| 19 | +fr = "aspose-fr" |
| 20 | +hi = "aspose-hi" |
| 21 | +hu = "aspose-hu" |
| 22 | +id = "aspose-id" |
| 23 | +it = "aspose-it" |
| 24 | +ja = "aspose-ja" |
| 25 | +ko = "aspose-ko" |
| 26 | +nl = "aspose-nl" |
| 27 | +pl = "aspose-pl" |
| 28 | +pt = "aspose-pt" |
| 29 | +sv = "aspose-sv" |
| 30 | +th = "aspose-th" |
| 31 | +tr = "aspose-tr" |
| 32 | +vi = "aspose-vi" |
| 33 | +zh-hant = "aspose-zht" |
| 34 | + |
| 35 | +defaultContentLang = 'en' |
| 36 | +[languages] |
| 37 | + [languages.en] |
| 38 | + contentDir = 'content/english' |
| 39 | + languageName = 'English' |
| 40 | + languageCode = "en" |
| 41 | + flag = "flag-us" |
| 42 | + weight = 10 |
| 43 | + [languages.ru] |
| 44 | + contentDir = 'content/russian' |
| 45 | + languageName = 'Русский' |
| 46 | + languageCode = "ru" |
| 47 | + flag = "flag-ru" |
| 48 | + weight = 11 |
| 49 | + [languages.zh] |
| 50 | + contentDir = 'content/chinese' |
| 51 | + languageName = "简体中文" |
| 52 | + languageCode = "zh" |
| 53 | + flag = "flag-cn" |
| 54 | + weight = 12 |
| 55 | + [languages.ar] |
| 56 | + contentDir = 'content/arabic' |
| 57 | + languageName = "عربي" |
| 58 | + languageCode = "ar" |
| 59 | + flag = "flag-sa" |
| 60 | + weight = 13 |
| 61 | + [languages.fr] |
| 62 | + contentDir = 'content/french' |
| 63 | + languageName = "Français" |
| 64 | + languageCode = "fr" |
| 65 | + flag = "flag-fr" |
| 66 | + weight = 14 |
| 67 | + [languages.de] |
| 68 | + contentDir = 'content/german' |
| 69 | + languageName = "Deutsch" |
| 70 | + languageCode = "de" |
| 71 | + flag = "flag-de" |
| 72 | + weight = 15 |
| 73 | + [languages.it] |
| 74 | + contentDir = 'content/italian' |
| 75 | + languageName = "Italiano" |
| 76 | + languageCode = "it" |
| 77 | + flag = "flag-it" |
| 78 | + weight = 16 |
| 79 | + [languages.es] |
| 80 | + contentDir = 'content/spanish' |
| 81 | + languageName = "Español" |
| 82 | + languageCode = "es" |
| 83 | + flag = "flag-es" |
| 84 | + weight = 17 |
| 85 | + [languages.sv] |
| 86 | + contentDir = 'content/swedish' |
| 87 | + languageName = "Svenska" |
| 88 | + languageCode = "sv" |
| 89 | + flag = "flag-se" |
| 90 | + weight = 18 |
| 91 | + [languages.tr] |
| 92 | + contentDir = 'content/turkish' |
| 93 | + languageName = "Türkçe" |
| 94 | + languageCode = "tr" |
| 95 | + flag = "flag-tr" |
| 96 | + weight = 19 |
| 97 | + |
| 98 | +ignoreFiles = ["(?i:readme.md)", '\.spin$'] |
| 99 | + |
| 100 | +# Image processing configuration. |
| 101 | +[imaging] |
| 102 | +resampleFilter = "CatmullRom" |
| 103 | +quality = 75 |
| 104 | +anchor = "smart" |
| 105 | + |
| 106 | +[services] |
| 107 | +[services.googleAnalytics] |
| 108 | +# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback]. |
| 109 | +# id = "UA-00000000-0" |
| 110 | + |
| 111 | +[markup] |
| 112 | + [markup.tableOfContents] |
| 113 | + endLevel = 2 |
| 114 | + ordered = true |
| 115 | + startLevel = 2 |
| 116 | + [markup.goldmark] |
| 117 | + [markup.goldmark.renderer] |
| 118 | + unsafe = true |
| 119 | + [markup.highlight] |
| 120 | + anchorLineNos = false |
| 121 | + codeFences = true |
| 122 | + guessSyntax = false |
| 123 | + hl_Lines = "" |
| 124 | + lineAnchors = "" |
| 125 | + lineNoStart = 1 |
| 126 | + lineNos = false |
| 127 | + lineNumbersInTable = true |
| 128 | + noClasses = false |
| 129 | + tabWidth = 4 |
| 130 | + |
| 131 | +# Everything below this are Site Params |
| 132 | + |
| 133 | +[params] |
| 134 | +copyright = "The Aspose Authors" |
| 135 | +privacy_policy = "https://policies.google.com/privacy" |
| 136 | +topbar_search_active = false |
| 137 | +logo_rel_link = "" |
| 138 | + |
| 139 | +# Containerize Menu |
| 140 | +[params.containerize] |
| 141 | +menu = "aspose-en" |
| 142 | + |
| 143 | +[params.meta] |
| 144 | +msapplication_TileColor = "#2b5797" |
| 145 | +msapplication_config = "https://cms.admin.containerize.com/templates/asposecloud/images/browserconfig.xml" |
| 146 | +theme_color = "#ffffff" |
| 147 | +author = "Aspose" |
| 148 | + |
| 149 | +# Title of 404 page |
| 150 | +title_404_page = "404 - Page Not Found | Aspose API References" |
| 151 | + |
| 152 | +# Open Grapgh settings |
| 153 | +title = "Aspose API References" |
| 154 | +images = ["images/Aspose-image-for-open-graph.jpg"] |
| 155 | +description = "Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms." |
| 156 | + |
| 157 | +# Specify a value here if your content directory is not in your repo's root directory |
| 158 | +# github_subdir = "" |
| 159 | + |
| 160 | +# Google Custom Search Engine ID. Remove or comment out to disable search. |
| 161 | +# gcs_engine_id = "011737558837375720776:fsdu1nryfng" |
| 162 | + |
| 163 | +# User interface configuration |
| 164 | +[params.ui] |
| 165 | +# Enable to show the side bar menu in its compact state. |
| 166 | +sidebar_menu_compact = true |
| 167 | +# Set to true to disable breadcrumb navigation. |
| 168 | +breadcrumb_disable = false |
| 169 | +# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled) |
| 170 | +sidebar_search_disable = true |
| 171 | +# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar |
| 172 | +navbar_logo = false |
| 173 | +# Set to true to disable the About link in the site footer |
| 174 | +footer_about_disable = false |
| 175 | + |
| 176 | + |
| 177 | +[minify] |
| 178 | + disableCSS = false |
| 179 | + disableHTML = false |
| 180 | + disableJS = false |
| 181 | + disableJSON = false |
| 182 | + disableSVG = false |
| 183 | + disableXML = false |
| 184 | + minifyOutput = true |
| 185 | + [minify.tdewolff] |
| 186 | + [minify.tdewolff.css] |
| 187 | + decimals = -1 |
| 188 | + keepCSS2 = true |
| 189 | + [minify.tdewolff.html] |
| 190 | + keepConditionalComments = true |
| 191 | + keepDefaultAttrVals = true |
| 192 | + keepDocumentTags = true |
| 193 | + keepEndTags = true |
| 194 | + keepQuotes = false |
| 195 | + keepWhitespace = false |
| 196 | + [minify.tdewolff.js] |
| 197 | + [minify.tdewolff.json] |
| 198 | + [minify.tdewolff.svg] |
| 199 | + decimals = -1 |
| 200 | + [minify.tdewolff.xml] |
| 201 | + keepWhitespace = false |
| 202 | + |
| 203 | +[Taxonomies] |
| 204 | + |
| 205 | +[deployment] |
| 206 | +[[deployment.matchers]] |
| 207 | +# Set custom content type for /sitemap.xml |
| 208 | +#pattern = "^sitemap\\.xml$" |
| 209 | +#pattern = "^[a-z]\\.xml$" |
| 210 | +pattern = "^.+\\.(xml)$" |
| 211 | +contentType = "application/xml" |
| 212 | +gzip = true |
| 213 | +force = true |
0 commit comments