From 7f7ef34d9cf335b58f9679c616d87425a1557a0b Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Wed, 17 Jun 2026 21:40:41 +0800 Subject: [PATCH] feat: bump theme to v4.0.3 --- config.yaml | 290 ---------------- data/external.toml | 19 ++ data/external.yaml | 44 --- hugo-build-ignore-cache.log | 197 +++++++++++ hugo-build-string-url.log | 199 +++++++++++ hugo-build.log | 197 +++++++++++ hugo.toml | 318 ++++++++++++++++++ i18n/zh-CN.yaml | 10 - i18n/zh.toml | 8 + layouts/_default/_markup/render-image.html | 53 --- .../_partials/comments/provider/artalk.html | 31 ++ .../{partials => _partials}/head/custom.html | 9 +- .../widget/status.html | 0 layouts/page/links.html | 2 +- .../partials/comments/provider/artalk.html | 23 -- themes/hugo-theme-stack | 2 +- 16 files changed, 972 insertions(+), 430 deletions(-) delete mode 100644 config.yaml create mode 100644 data/external.toml delete mode 100644 data/external.yaml create mode 100644 hugo-build-ignore-cache.log create mode 100644 hugo-build-string-url.log create mode 100644 hugo-build.log create mode 100644 hugo.toml delete mode 100644 i18n/zh-CN.yaml create mode 100644 i18n/zh.toml delete mode 100644 layouts/_default/_markup/render-image.html create mode 100644 layouts/_partials/comments/provider/artalk.html rename layouts/{partials => _partials}/head/custom.html (81%) rename layouts/{partials => _partials}/widget/status.html (100%) delete mode 100644 layouts/partials/comments/provider/artalk.html diff --git a/config.yaml b/config.yaml deleted file mode 100644 index cda5c1b..0000000 --- a/config.yaml +++ /dev/null @@ -1,290 +0,0 @@ -baseurl: https://www.taurusxin.com -languageCode: zh-cn -theme: hugo-theme-stack -title: TaurusXin 的独立博客 - -# Theme i18n support -# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk -DefaultContentLanguage: zh-cn - -services: - # Change it to your Disqus shortname before using - disqus: - shortname: "taurusxin" - # GA Tracking ID - googleAnalytics: - id: "G-KN4M42XST7" - -pagination: - pagerSize: 10 - -permalinks: - post: /:slug/ - page: /:slug/ - -params: - mainSections: - - post - featuredImageField: image - rssFullContent: true - favicon: - - footer: - since: 2018 - customText: Made with ❤️ in Hangzhou
浙ICP备2022025362号-1 - - dateFormat: - published: 1 月 02 日, 2006 年 - lastUpdated: 1 月 02 日, 2006 年 15:04 UTC-07 - - sidebar: - emoji: 🍉 - subtitle: 永远年轻 永远热泪盈眶 - avatar: - enabled: true - local: true - src: img/avatar.png - - article: - math: false - toc: true - readingTime: true - license: - enabled: true - default: Licensed under CC BY-NC-SA 4.0 - - comments: - enabled: true - provider: artalk - - artalk: - server: 'https://artalk.taurusxin.com' - site: 'TaurusXin 的独立博客' - darkMode: 'auto' - - disqusjs: - shortname: taurusxin - apiUrl: - apiKey: - admin: - adminLabel: - - utterances: - repo: - issueTerm: pathname - label: - - remark42: - host: - site: - locale: - - vssue: - platform: - owner: - repo: - clientId: - clientSecret: - autoCreateIssue: false - - # Waline client configuration see: https://waline.js.org/en/reference/client.html - waline: - serverURL: - lang: - visitor: - avatar: - emoji: - - https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo - requiredMeta: - - name - - email - - url - placeholder: - locale: - admin: Admin - - twikoo: - envId: - region: - path: - lang: - - giscus: - repo: - repoID: - category: - categoryID: - mapping: - lightTheme: - darkTheme: - reactionsEnabled: 1 - emitMetadata: 0 - - gitalk: - owner: - admin: - repo: - clientID: - clientSecret: - - cusdis: - host: - id: - - widgets: - homepage: - - type: search - - type: archives - params: - limit: 5 - - type: categories - params: - limit: 10 - - type: tag-cloud - params: - limit: 10 - - type: status - params: - start: 2018-08-04 - format: yyyy 年 MM 月 dd 日 - - page: - - type: toc - - opengraph: - twitter: - # Your Twitter username - site: - - # Available values: summary, summary_large_image - card: summary_large_image - - defaultImage: - opengraph: - enabled: false - local: false - src: - - colorScheme: - # Display toggle - toggle: true - - # Available values: auto, light, dark - default: auto - - imageProcessing: - cover: - enabled: true - content: - enabled: false - - render: - image: - externalLink: - enabled: true - - -### Custom menu -### See https://docs.stack.jimmycai.com/configuration/custom-menu.html -### To remove about, archive and search page menu item, remove `menu` field from their FrontMatter -menu: - main: - - identifier: home - name: 首页 - url: / - weight: 1 - params: - icon: home - - - identifier: moments - name: 拾光 - url: https://moments.taurusxin.com - weight: 5 - params: - icon: moments - newTab: true - - - identifier: travellings - name: 开往 - url: https://www.travellings.cn/go.html - weight: 6 - params: - icon: travellings - newTab: true - - - identifier: rss - name: RSS - url: /index.xml - weight: 10 - params: - icon: rss - newTab: true - - - - social: - - identifier: github - name: GitHub - url: https://github.com/taurusxin - weight: 1 - params: - icon: brand-github - - - identifier: bilibili - name: Bilibili - url: https://space.bilibili.com/4360325 - weight: 2 - params: - icon: bilibili - - - identifier: music - name: 网易云音乐 - url: https://music.163.com/#/user/home?id=260531598 - weight: 3 - params: - icon: music - - - identifier: mail - name: 电邮 - url: mailto:i@taurusxin.com - weight: 4 - params: - icon: mail - - - identifier: travellings - name: 开往 - url: https://www.travellings.cn/go.html - weight: 5 - params: - icon: travellings - -related: - includeNewer: true - threshold: 60 - toLower: false - indices: - - name: tags - weight: 100 - - - name: categories - weight: 200 - -markup: - goldmark: - renderer: - ## Set to true if you have HTML content inside Markdown - unsafe: true - tableOfContents: - endLevel: 4 - ordered: true - startLevel: 2 - highlight: - noClasses: false - codeFences: true - guessSyntax: true - lineNoStart: 1 - lineNos: true - lineNumbersInTable: true - tabWidth: 4 - -timeout: 60s \ No newline at end of file diff --git a/data/external.toml b/data/external.toml new file mode 100644 index 0000000..7af0949 --- /dev/null +++ b/data/external.toml @@ -0,0 +1,19 @@ +KaTeX = [ + { src = "https://fastly.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css", integrity = "sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV", type = "style" }, + { src = "https://fastly.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js", integrity = "sha384-XjKyOOlGwcjNTAIQHIpgOno0Hl1YQqzUOEleOLALmuqehneUG+vnGctmUb0ZY0l8", type = "script", defer = true }, + { src = "https://fastly.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js", integrity = "sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05", type = "script", defer = true }, +] + +Cactus = [ + { src = "https://latest.cactus.chat/cactus.js", type = "script" }, + { src = "https://latest.cactus.chat/style.css", type = "style" }, +] + +[PhotoSwipe] +Style = "https://cdn.jsdelivr.net/npm/photoswipe@5.4.4/dist/photoswipe.css" +Core = "https://cdn.jsdelivr.net/npm/photoswipe@5.4.4/dist/photoswipe.esm.min.js" +Lightbox = "https://cdn.jsdelivr.net/npm/photoswipe@5.4.4/dist/photoswipe-lightbox.esm.min.js" + +[Artalk] +Style = "https://cdn.taurusxin.com/hugo/assets/artalk/2.9.1/Artalk.min.css" +Script = "https://cdn.taurusxin.com/hugo/assets/artalk/2.9.1/Artalk.min.js" diff --git a/data/external.yaml b/data/external.yaml deleted file mode 100644 index 9dc9380..0000000 --- a/data/external.yaml +++ /dev/null @@ -1,44 +0,0 @@ -Vibrant: - - src: https://cdn.taurusxin.com/hugo/assets/vibrant/3.1.6/vibrant.min.js - integrity: sha256-awcR2jno4kI5X0zL8ex0vi2z+KMkF24hUW8WePSA9HM= - type: script - -PhotoSwipe: - - src: https://cdn.taurusxin.com/hugo/assets/photoswipe/4.1.3/photoswipe.min.js - integrity: sha256-ePwmChbbvXbsO02lbM3HoHbSHTHFAeChekF1xKJdleo= - type: script - defer: true - - - src: https://cdn.taurusxin.com/hugo/assets/photoswipe/4.1.3/photoswipe-ui-default.min.js - integrity: sha256-UKkzOn/w1mBxRmLLGrSeyB4e1xbrp4xylgAWb3M42pU= - type: script - defer: true - - - src: https://cdn.taurusxin.com/hugo/assets/photoswipe/4.1.3/default-skin/default-skin.min.css - type: style - - - src: https://cdn.taurusxin.com/hugo/assets/photoswipe/4.1.3/photoswipe.min.css - type: style - -KaTeX: - - src: https://fastly.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css - integrity: sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV - type: style - - - src: https://fastly.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js - integrity: sha384-XjKyOOlGwcjNTAIQHIpgOno0Hl1YQqzUOEleOLALmuqehneUG+vnGctmUb0ZY0l8 - type: script - defer: true - - - src: https://fastly.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js - integrity: sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05 - type: script - defer: true - -Cactus: - - src: https://latest.cactus.chat/cactus.js - integrity: - type: script - - src: https://latest.cactus.chat/style.css - integrity: - type: style diff --git a/hugo-build-ignore-cache.log b/hugo-build-ignore-cache.log new file mode 100644 index 0000000..714155f --- /dev/null +++ b/hugo-build-ignore-cache.log @@ -0,0 +1,197 @@ +Start building sites … +hugo v0.163.1-2a4fd58818ffdf45bbb2a97ab119bb4c46cd93f0+extended windows/amd64 BuildDate=2026-06-11T15:34:40Z VendorInfo=gohugoio + +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1919259477.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1919259477.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows-activate.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows-activate.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/404.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/404.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/06/chrome.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/06/chrome.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/uniapp.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/uniapp.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/03/27/unmineable-index.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/03/27/unmineable-index.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/1.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/1.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/26/utf8-unicode.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/26/utf8-unicode.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/04/894321323.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/04/894321323.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/04/504569709.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/04/504569709.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2019/09/2084489867.png#mirages-width=654&mirages-height=588&mirages-cdn-type=4": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2019/09/2084489867.png#mirages-width=654&mirages-height=588&mirages-cdn-type=4': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/3663759920.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/3663759920.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows2000.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows2000.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/08/new-options.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/08/new-options.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2295237810.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2295237810.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/1995119058.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/1995119058.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/02/24/Xnip2021-02-24_10-19-40.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/02/24/Xnip2021-02-24_10-19-40.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/07/3181345122.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/07/3181345122.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3785843574.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3785843574.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Chrome.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Chrome.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/888846759.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/888846759.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/tomcat10-servlet-api.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/tomcat10-servlet-api.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-download.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-download.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/06-08/Dolby-option.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/06-08/Dolby-option.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3665051347.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3665051347.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/06/blog-http3.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/06/blog-http3.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/hide-search.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/hide-search.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/mvvm.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/mvvm.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/12/28/Trust-Doge.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/12/28/Trust-Doge.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/26/utf8mb4-unicode.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/26/utf8mb4-unicode.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/6.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/6.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/05/1835595688.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/05/1835595688.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/1621281381.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/1621281381.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/download.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/download.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/1250702414.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/1250702414.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/toolbox.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/toolbox.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3228330654.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3228330654.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/flight.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/flight.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/ua-switcher.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/ua-switcher.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/06-08/audio-quality.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/06-08/audio-quality.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/12-30/grub-customizer.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/12-30/grub-customizer.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/2.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/2.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/archive.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/archive.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2915725804.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2915725804.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/pvg-hkg-meal.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/pvg-hkg-meal.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-download-2.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-download-2.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/06-08/album-support.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/06-08/album-support.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021-12-13/calc.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021-12-13/calc.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2344206640.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2344206640.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/miniapp-main.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/miniapp-main.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/input-type.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/input-type.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/12/28/Binance-Doge.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/12/28/Binance-Doge.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/4135829782.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/4135829782.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/3036447667.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/3036447667.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/icloud.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/icloud.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/vs2019.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/vs2019.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/05-30/image-20220530200309584.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/05-30/image-20220530200309584.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/12-30/change-env.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/12-30/change-env.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111254909.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111254909.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/3.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/3.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/require-libs.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/require-libs.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3610135854.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3610135854.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-install.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-install.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/london-flight.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/london-flight.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/06-08/Dolby-listening.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/06-08/Dolby-listening.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/code.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/code.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/12-31/tela-1080p-preview.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/12-31/tela-1080p-preview.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111604454.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111604454.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/4.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/4.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-27/image-20220727235855829.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-27/image-20220727235855829.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3669373774.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3669373774.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/09/loseless-space.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/09/loseless-space.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/lhr-bus-station-cafe.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/lhr-bus-station-cafe.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/cl-version.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/cl-version.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/03/05/image-20230305220233314.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/03/05/image-20230305220233314.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/01/23/london-us-embassy.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/01/23/london-us-embassy.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/hbuilderx.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/hbuilderx.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/05/22/before.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/05/22/before.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/miniapp-me.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/miniapp-me.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/language.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/language.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/03/27/dogecoin-core.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/03/27/dogecoin-core.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/brew-version.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/brew-version.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/09/01/hugo-theme-stack.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/09/01/hugo-theme-stack.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/10/12/nginx-quic-http3-roadmap.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/10/12/nginx-quic-http3-roadmap.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/08/offcial-site.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/08/offcial-site.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111702853.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111702853.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/5.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/5.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724121747259.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724121747259.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-6b.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-6b.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/04/04/text-recover.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/04/04/text-recover.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/05/12/fliqlo.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/05/12/fliqlo.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/NAS.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/NAS.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/10/27/24h2-missing-driver.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/10/27/24h2-missing-driver.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/cmd.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/cmd.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-index.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-index.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/08/edgeone.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/08/edgeone.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3206779559.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3206779559.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/05/22/after.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/05/22/after.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/05/12/fliqlo-source.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/05/12/fliqlo-source.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/%E6%88%91%E7%9A%84%20NAS.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/%E6%88%91%E7%9A%84%20NAS.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/10/27/23h2-missing-driver.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/10/27/23h2-missing-driver.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/01/23/niv-interview-number.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/01/23/niv-interview-number.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/accommodation-1.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/accommodation-1.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/brew-search.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/brew-search.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/point-msvc-version.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/point-msvc-version.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/receive.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/receive.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Adobe%20CC.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Adobe%20CC.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/08/pixpin-functions.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/08/pixpin-functions.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716112241989.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716112241989.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/09/01/taurusxin.com.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/09/01/taurusxin.com.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/31/multimc5.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/31/multimc5.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724123219633.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724123219633.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-demo.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-demo.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/11/10/model-speed.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/11/10/model-speed.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/powershell.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/powershell.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/08/image-20251208235559914.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/08/image-20251208235559914.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/102658718.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/102658718.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/disks.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/disks.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/01/23/visa-10-years.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/01/23/visa-10-years.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/accommodation-2.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/accommodation-2.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111920845.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111920845.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/31/prism-launcher.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/31/prism-launcher.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/adobe-creative-cloud.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/adobe-creative-cloud.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/microsoft-store.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/microsoft-store.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/09/image-20251209000434150.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/09/image-20251209000434150.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3543212861.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3543212861.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/brew-info.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/brew-info.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/address.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/address.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/msvc-cli.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/msvc-cli.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-pricing.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-pricing.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724124717718.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724124717718.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/DSM7.2.1.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/DSM7.2.1.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/08/long-screen-shot.gif": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/08/long-screen-shot.gif': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/city-centre.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/city-centre.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Davinci%20Resolve.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Davinci%20Resolve.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/winterm-origin.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/winterm-origin.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/31/pl-mod-manager.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/31/pl-mod-manager.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/09/image-20251209000227555.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/09/image-20251209000227555.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1701394577.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1701394577.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/python-version.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/python-version.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/success.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/success.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/08/screen-shot-ocr.gif": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/08/screen-shot-ocr.gif': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/03/30/doge_mining.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/03/30/doge_mining.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/RAM.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/RAM.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/street-walking.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/street-walking.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/ps7.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/ps7.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Microsoft%20365.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Microsoft%20365.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/830367018.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/830367018.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/brew-update.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/brew-update.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/11/19/connection-lost.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/11/19/connection-lost.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/Software.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/Software.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/uni-building.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/uni-building.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/winterm-ps7.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/winterm-ps7.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1890427557.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1890427557.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/iterm2.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/iterm2.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/03/30/doge_mining_bzminer.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/03/30/doge_mining_bzminer.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/Emby-Transcoding.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/Emby-Transcoding.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/msstore-ohmyposh.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/msstore-ohmyposh.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/165089096.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/165089096.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/unmineable-doge.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/unmineable-doge.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/Network.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/Network.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/jetbrainsmono-nerdfont.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/jetbrainsmono-nerdfont.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/958838781.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/958838781.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/theme-minimal.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/theme-minimal.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/moments/2024/06/3411827213.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/moments/2024/06/3411827213.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/unmineable-doge-address.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/unmineable-doge-address.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/switch-font.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/switch-font.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1928107183.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1928107183.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/color-presets.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/color-presets.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/N2.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/N2.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/438523520.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/438523520.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/ohmyposh-activated.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/ohmyposh-activated.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/dracula.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/dracula.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/459787715.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/459787715.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/zshrc-theme.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/zshrc-theme.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/omp-ys-theme.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/omp-ys-theme.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1198378110.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1198378110.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/final.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/final.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/zshrc-plugin.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/zshrc-plugin.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/syntax-highlighting.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/syntax-highlighting.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/auto-suggestions.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/auto-suggestions.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/auto-suggestions-folder.gif": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/auto-suggestions-folder.gif': + + │ ZH +──────────────────┼───── + Pages │ 328 + Paginator pages │ 26 + Non-page files │ 6 + Static files │ 13 + Processed images │ 23 + Aliases │ 123 + Cleaned │ 233 + +Total in 19164 ms diff --git a/hugo-build-string-url.log b/hugo-build-string-url.log new file mode 100644 index 0000000..80e574b --- /dev/null +++ b/hugo-build-string-url.log @@ -0,0 +1,199 @@ +Start building sites … +hugo v0.163.1-2a4fd58818ffdf45bbb2a97ab119bb4c46cd93f0+extended windows/amd64 BuildDate=2026-06-11T15:34:40Z VendorInfo=gohugoio + +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/08/new-options.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/08/new-options.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/1995119058.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/1995119058.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/31/xuanlv-launcher.webp": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/31/xuanlv-launcher.webp': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/04/504569709.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/04/504569709.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/06/chrome.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/06/chrome.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/07/3181345122.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/07/3181345122.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2295237810.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2295237810.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/404.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/404.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows-activate.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows-activate.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows2000.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows2000.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/1.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/1.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3785843574.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3785843574.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/3663759920.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/3663759920.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Chrome.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Chrome.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1919259477.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1919259477.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/04/894321323.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/04/894321323.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/02/24/Xnip2021-02-24_10-19-40.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/02/24/Xnip2021-02-24_10-19-40.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/03/27/unmineable-index.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/03/27/unmineable-index.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/uniapp.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/uniapp.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2019/09/2084489867.png#mirages-width=654&mirages-height=588&mirages-cdn-type=4": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2019/09/2084489867.png#mirages-width=654&mirages-height=588&mirages-cdn-type=4': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/26/utf8-unicode.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/26/utf8-unicode.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/06-08/Dolby-option.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/06-08/Dolby-option.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/1250702414.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/1250702414.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/31/hmcl.webp": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/31/hmcl.webp': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/05/1835595688.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/05/1835595688.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3665051347.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3665051347.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/6.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/6.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-download.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-download.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/hide-search.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/hide-search.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/1621281381.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/1621281381.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/download.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/download.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/26/utf8mb4-unicode.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/26/utf8mb4-unicode.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/flight.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/flight.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/3036447667.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/3036447667.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/31/multimc5.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/31/multimc5.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/06/blog-http3.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/06/blog-http3.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/tomcat10-servlet-api.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/tomcat10-servlet-api.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/toolbox.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/toolbox.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/888846759.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/888846759.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/12/28/Trust-Doge.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/12/28/Trust-Doge.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/mvvm.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/mvvm.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/06-08/audio-quality.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/06-08/audio-quality.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021-12-13/calc.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021-12-13/calc.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2344206640.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2344206640.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/2.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/2.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/ua-switcher.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/ua-switcher.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/pvg-hkg-meal.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/pvg-hkg-meal.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/12/28/Binance-Doge.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/12/28/Binance-Doge.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3228330654.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3228330654.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/05-30/image-20220530200309584.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/05-30/image-20220530200309584.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/miniapp-main.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/miniapp-main.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/4135829782.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/4135829782.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/input-type.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/input-type.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/archive.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/archive.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/12-30/grub-customizer.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/12-30/grub-customizer.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/31/prism-launcher.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/31/prism-launcher.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/icloud.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/icloud.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/vs2019.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/vs2019.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/06-08/album-support.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/06-08/album-support.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/3.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/3.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111254909.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111254909.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-download-2.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-download-2.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/london-flight.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/london-flight.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-27/image-20220727235855829.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-27/image-20220727235855829.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/09/01/hugo-theme-stack.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/09/01/hugo-theme-stack.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/03/27/dogecoin-core.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/03/27/dogecoin-core.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2915725804.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2915725804.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/miniapp-me.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/miniapp-me.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111604454.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111604454.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/receive.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/receive.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724121747259.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724121747259.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3610135854.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3610135854.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/01/23/london-us-embassy.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/01/23/london-us-embassy.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/language.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/language.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/require-libs.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/require-libs.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/12-30/change-env.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/12-30/change-env.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/31/pl-mod-manager.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/31/pl-mod-manager.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/06-08/Dolby-listening.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/06-08/Dolby-listening.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/code.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/code.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/4.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/4.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-install.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-install.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/brew-version.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/brew-version.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/lhr-bus-station-cafe.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/lhr-bus-station-cafe.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/09/01/taurusxin.com.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/09/01/taurusxin.com.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/03/05/image-20230305220233314.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/03/05/image-20230305220233314.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111702853.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111702853.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724123219633.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724123219633.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/address.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/address.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3669373774.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3669373774.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/01/23/niv-interview-number.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/01/23/niv-interview-number.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/09/loseless-space.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/09/loseless-space.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/5.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/5.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/brew-search.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/brew-search.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/accommodation-1.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/accommodation-1.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/08/edgeone.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/08/edgeone.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716112241989.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716112241989.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/05/22/before.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/05/22/before.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/03/30/doge_mining.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/03/30/doge_mining.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724124717718.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724124717718.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3206779559.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3206779559.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/01/23/visa-10-years.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/01/23/visa-10-years.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/04/04/text-recover.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/04/04/text-recover.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/05/12/fliqlo.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/05/12/fliqlo.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/12-31/tela-1080p-preview.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/12-31/tela-1080p-preview.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/cl-version.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/cl-version.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/hbuilderx.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/hbuilderx.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/10/12/nginx-quic-http3-roadmap.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/10/12/nginx-quic-http3-roadmap.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/08/offcial-site.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/08/offcial-site.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-6b.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-6b.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/brew-info.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/brew-info.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/08/image-20251208235559914.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/08/image-20251208235559914.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/05/22/after.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/05/22/after.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/accommodation-2.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/accommodation-2.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111920845.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111920845.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/cmd.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/cmd.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/NAS.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/NAS.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/10/27/24h2-missing-driver.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/10/27/24h2-missing-driver.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/11/19/connection-lost.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/11/19/connection-lost.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/102658718.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/102658718.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Adobe%20CC.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Adobe%20CC.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-index.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-index.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/05/12/fliqlo-source.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/05/12/fliqlo-source.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/point-msvc-version.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/point-msvc-version.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/08/pixpin-functions.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/08/pixpin-functions.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/python-version.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/python-version.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/09/image-20251209000434150.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/09/image-20251209000434150.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-demo.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-demo.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/10/27/23h2-missing-driver.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/10/27/23h2-missing-driver.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3543212861.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3543212861.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/03/30/doge_mining_bzminer.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/03/30/doge_mining_bzminer.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/adobe-creative-cloud.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/adobe-creative-cloud.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/city-centre.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/city-centre.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/%E6%88%91%E7%9A%84%20NAS.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/%E6%88%91%E7%9A%84%20NAS.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/powershell.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/powershell.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Davinci%20Resolve.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Davinci%20Resolve.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/11/10/model-speed.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/11/10/model-speed.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/msvc-cli.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/msvc-cli.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/unmineable-doge.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/unmineable-doge.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/09/image-20251209000227555.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/09/image-20251209000227555.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/brew-update.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/brew-update.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1701394577.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1701394577.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/street-walking.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/street-walking.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/disks.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/disks.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/08/long-screen-shot.gif": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/08/long-screen-shot.gif': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/microsoft-store.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/microsoft-store.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Microsoft%20365.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Microsoft%20365.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/iterm2.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/iterm2.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-pricing.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-pricing.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/unmineable-doge-address.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/unmineable-doge-address.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/830367018.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/830367018.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/success.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/success.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/uni-building.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/uni-building.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/08/screen-shot-ocr.gif": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/08/screen-shot-ocr.gif': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/DSM7.2.1.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/DSM7.2.1.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/winterm-origin.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/winterm-origin.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/theme-minimal.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/theme-minimal.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1890427557.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1890427557.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/ps7.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/ps7.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/RAM.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/RAM.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/color-presets.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/color-presets.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/165089096.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/165089096.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/Software.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/Software.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/winterm-ps7.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/winterm-ps7.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/dracula.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/dracula.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/958838781.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/958838781.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/msstore-ohmyposh.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/msstore-ohmyposh.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/Emby-Transcoding.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/Emby-Transcoding.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/zshrc-theme.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/zshrc-theme.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1928107183.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1928107183.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/jetbrainsmono-nerdfont.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/jetbrainsmono-nerdfont.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/zshrc-plugin.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/zshrc-plugin.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/Network.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/Network.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/438523520.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/438523520.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/switch-font.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/switch-font.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/moments/2024/06/3411827213.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/moments/2024/06/3411827213.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/459787715.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/459787715.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/syntax-highlighting.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/syntax-highlighting.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/ohmyposh-activated.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/ohmyposh-activated.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/N2.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/N2.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1198378110.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1198378110.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/auto-suggestions.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/auto-suggestions.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/omp-ys-theme.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/omp-ys-theme.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/auto-suggestions-folder.gif": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/auto-suggestions-folder.gif': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/final.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/final.png': + + │ ZH +──────────────────┼───── + Pages │ 328 + Paginator pages │ 26 + Non-page files │ 6 + Static files │ 13 + Processed images │ 23 + Aliases │ 123 + Cleaned │ 233 + +Total in 32106 ms diff --git a/hugo-build.log b/hugo-build.log new file mode 100644 index 0000000..8df6a9f --- /dev/null +++ b/hugo-build.log @@ -0,0 +1,197 @@ +Start building sites … +hugo v0.163.1-2a4fd58818ffdf45bbb2a97ab119bb4c46cd93f0+extended windows/amd64 BuildDate=2026-06-11T15:34:40Z VendorInfo=gohugoio + +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2019/09/2084489867.png#mirages-width=654&mirages-height=588&mirages-cdn-type=4": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2019/09/2084489867.png#mirages-width=654&mirages-height=588&mirages-cdn-type=4': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/04/894321323.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/04/894321323.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/04/504569709.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/04/504569709.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/07/3181345122.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/07/3181345122.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/05/1835595688.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/05/1835595688.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/1995119058.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/1995119058.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/1250702414.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/1250702414.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/3036447667.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/08/3036447667.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2295237810.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2295237810.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3665051347.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3665051347.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2344206640.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2344206640.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3785843574.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3785843574.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1919259477.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1919259477.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/888846759.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/888846759.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/3663759920.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/3663759920.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3228330654.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3228330654.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2915725804.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/2915725804.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/1621281381.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/1621281381.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3610135854.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3610135854.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/4135829782.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/10/4135829782.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3669373774.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3669373774.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3206779559.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3206779559.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/102658718.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/102658718.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3543212861.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/3543212861.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1701394577.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1701394577.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/830367018.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/830367018.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1890427557.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1890427557.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/165089096.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/165089096.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/958838781.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/958838781.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1928107183.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1928107183.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/438523520.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/438523520.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/459787715.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/459787715.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/1.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/1.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/02/24/Xnip2021-02-24_10-19-40.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/02/24/Xnip2021-02-24_10-19-40.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/06/chrome.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/06/chrome.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows2000.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows2000.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1198378110.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/usr/uploads/2020/09/1198378110.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/6.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/6.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Chrome.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Chrome.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows-activate.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows-activate.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/404.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/404.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/2.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/2.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/uniapp.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/uniapp.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/06/blog-http3.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/06/blog-http3.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-download.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-download.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/toolbox.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/toolbox.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/03/27/unmineable-index.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/03/27/unmineable-index.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/3.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/3.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/26/utf8-unicode.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/26/utf8-unicode.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/mvvm.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/mvvm.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/08/new-options.jpeg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/08/new-options.jpeg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/hide-search.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/hide-search.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/ua-switcher.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/ua-switcher.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/vs2019.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/vs2019.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/tomcat10-servlet-api.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/12/tomcat10-servlet-api.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/12/28/Trust-Doge.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/12/28/Trust-Doge.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/4.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/4.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/miniapp-main.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/miniapp-main.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/26/utf8mb4-unicode.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/26/utf8mb4-unicode.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/06-08/Dolby-option.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/06-08/Dolby-option.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/input-type.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/input-type.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/code.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/code.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/miniapp-me.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/07/miniapp-me.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-download-2.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-download-2.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/5.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/01/04/5.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/06-08/audio-quality.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/06-08/audio-quality.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/12/28/Binance-Doge.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/12/28/Binance-Doge.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/hbuilderx.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/hbuilderx.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/language.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/language.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-install.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/03/21/windows10-install.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/06-08/album-support.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/06-08/album-support.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/download.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/download.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Adobe%20CC.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Adobe%20CC.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/03/27/dogecoin-core.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/03/27/dogecoin-core.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/flight.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/flight.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/archive.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/archive.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/adobe-creative-cloud.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/adobe-creative-cloud.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/06-08/Dolby-listening.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/06-08/Dolby-listening.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/pvg-hkg-meal.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/pvg-hkg-meal.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/require-libs.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/require-libs.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/receive.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/receive.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Davinci%20Resolve.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Davinci%20Resolve.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/09/loseless-space.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/09/loseless-space.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/london-flight.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/london-flight.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/address.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/address.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Microsoft%20365.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/04/22/Microsoft%20365.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/lhr-bus-station-cafe.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/lhr-bus-station-cafe.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/cl-version.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/cl-version.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/point-msvc-version.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/point-msvc-version.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/03/30/doge_mining.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/03/30/doge_mining.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/accommodation-1.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/accommodation-1.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/msvc-cli.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/msvc-cli.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/11/19/connection-lost.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/11/19/connection-lost.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/accommodation-2.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/accommodation-2.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/success.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/06/14/success.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/city-centre.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/city-centre.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/03/30/doge_mining_bzminer.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/03/30/doge_mining_bzminer.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/street-walking.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/street-walking.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/unmineable-doge.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/unmineable-doge.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/uni-building.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/10/04/uni-building.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/unmineable-doge-address.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/old-cdn/typecho/2021/05/21/unmineable-doge-address.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021-12-13/calc.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021-12-13/calc.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/05-30/image-20220530200309584.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/05-30/image-20220530200309584.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111254909.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111254909.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/icloud.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/icloud.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-27/image-20220727235855829.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-27/image-20220727235855829.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/12-30/grub-customizer.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/12-30/grub-customizer.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111604454.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111604454.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/12-30/change-env.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/12-30/change-env.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111702853.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111702853.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/09/01/hugo-theme-stack.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/09/01/hugo-theme-stack.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/brew-version.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/brew-version.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724121747259.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724121747259.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2021/12-31/tela-1080p-preview.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2021/12-31/tela-1080p-preview.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716112241989.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716112241989.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/09/01/taurusxin.com.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/09/01/taurusxin.com.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/brew-search.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/brew-search.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111920845.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-16/image-20220716111920845.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/brew-info.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/brew-info.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724123219633.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724123219633.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/python-version.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/python-version.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/03/05/image-20230305220233314.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/03/05/image-20230305220233314.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/brew-update.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/brew-update.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/05/22/before.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/05/22/before.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724124717718.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/07-24/image-20220724124717718.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/iterm2.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/iterm2.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/05/22/after.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/05/22/after.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/10/12/nginx-quic-http3-roadmap.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/10/12/nginx-quic-http3-roadmap.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/theme-minimal.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/theme-minimal.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/08/offcial-site.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/08/offcial-site.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/color-presets.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/color-presets.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/01/23/london-us-embassy.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/01/23/london-us-embassy.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/08/pixpin-functions.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/08/pixpin-functions.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/dracula.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/dracula.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/01/23/niv-interview-number.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/01/23/niv-interview-number.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/08/long-screen-shot.gif": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/08/long-screen-shot.gif': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/01/23/visa-10-years.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/01/23/visa-10-years.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/08/screen-shot-ocr.gif": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/08/screen-shot-ocr.gif': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/zshrc-theme.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/zshrc-theme.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/04/04/text-recover.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/04/04/text-recover.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-6b.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-6b.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/05/12/fliqlo.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/05/12/fliqlo.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/zshrc-plugin.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/zshrc-plugin.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/NAS.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/NAS.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/05/12/fliqlo-source.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/05/12/fliqlo-source.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/syntax-highlighting.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/syntax-highlighting.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/10/27/24h2-missing-driver.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/10/27/24h2-missing-driver.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/auto-suggestions.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/auto-suggestions.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/%E6%88%91%E7%9A%84%20NAS.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/%E6%88%91%E7%9A%84%20NAS.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/10/27/23h2-missing-driver.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/10/27/23h2-missing-driver.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2022/01-26/auto-suggestions-folder.gif": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2022/01-26/auto-suggestions-folder.gif': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/disks.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/disks.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/cmd.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/cmd.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/DSM7.2.1.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/DSM7.2.1.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/powershell.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/powershell.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/RAM.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/RAM.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/microsoft-store.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/microsoft-store.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/Software.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/Software.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-demo.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2023/12/27/chatglm3-demo.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/winterm-origin.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/winterm-origin.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/ps7.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/ps7.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/Emby-Transcoding.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/Emby-Transcoding.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/winterm-ps7.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/winterm-ps7.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-index.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-index.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/08/edgeone.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/08/edgeone.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/Network.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/Network.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/11/10/model-speed.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/11/10/model-speed.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/msstore-ohmyposh.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/msstore-ohmyposh.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/08/image-20251208235559914.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/08/image-20251208235559914.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/moments/2024/06/3411827213.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/moments/2024/06/3411827213.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-pricing.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-pricing.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/09/image-20251209000434150.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/09/image-20251209000434150.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/09/image-20251209000227555.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/09/image-20251209000227555.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/jetbrainsmono-nerdfont.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/jetbrainsmono-nerdfont.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/06/25/N2.jpg": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/06/25/N2.jpg': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/switch-font.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/switch-font.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/ohmyposh-activated.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/ohmyposh-activated.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/omp-ys-theme.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/omp-ys-theme.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2024/08/09/final.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2024/08/09/final.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/31/multimc5.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/31/multimc5.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/31/prism-launcher.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/31/prism-launcher.png': +WARN Failed to fetch remote resource "https://cdn.taurusxin.com/hugo/2025/12/31/pl-mod-manager.png": template: _partials/helper/image.html:32:30: executing "_partials/helper/image.html" at : error calling GetRemote: failed to fetch remote resource from 'https://cdn.taurusxin.com/hugo/2025/12/31/pl-mod-manager.png': + + │ ZH +──────────────────┼───── + Pages │ 328 + Paginator pages │ 26 + Non-page files │ 6 + Static files │ 13 + Processed images │ 23 + Aliases │ 123 + Cleaned │ 4 + +Total in 309 ms diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..8a00f98 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,318 @@ +baseURL = "https://www.taurusxin.com" +locale = "zh" +defaultContentLanguage = "zh" +hasCJKLanguage = true +theme = "hugo-theme-stack" +title = "TaurusXin 的独立博客" +timeout = "60s" + +[services.disqus] +shortname = "taurusxin" + +[pagination] +pagerSize = 10 + +[permalinks] +post = "/:slug/" +page = "/:slug/" + +[params] +mainSections = ["post"] +featuredImageField = "image" +rssFullContent = true +favicon = "" +SortBy = "default" + +[params.footer] +since = 2018 +customText = "Made with ❤️ in Hangzhou
浙ICP备2022025362号-1" + +[params.dateFormat] +published = ":date_full" +lastUpdated = ":date_full" + +[params.sidebar] +emoji = "🍉" +subtitle = "永远年轻 永远热泪盈眶" +compact = false +avatar = "img/avatar.png" + +[params.article] +headingAnchor = false +math = false +toc = true +readingTime = true + +[params.article.list] +showTags = false + +[params.article.license] +enabled = true +default = "Licensed under CC BY-NC-SA 4.0" + +[params.article.mermaid] +look = "classic" +lightTheme = "default" +darkTheme = "dark" +securityLevel = "strict" +htmlLabels = true +transparentBackground = false + +[params.article.alertIcon] +note = "" +tip = "" +important = "" +warning = "⚠️" +caution = "" + +[params.comments] +enabled = true +provider = "artalk" + +[params.comments.artalk] +serverUrl = "https://artalk.taurusxin.com" +site = "TaurusXin 的独立博客" +darkMode = "auto" + +[params.comments.disqusjs] +shortname = "taurusxin" +apiUrl = "" +apiKey = "" +admin = "" +adminLabel = "" + +[params.comments.utterances] +repo = "" +issueTerm = "pathname" +label = "" + +[params.comments.beaudar] +repo = "" +issueTerm = "pathname" +label = "" +theme = "" + +[params.comments.remark42] +host = "" +site = "" +locale = "en" +max_shown_comments = 15 +show_email_subscription = true + +[params.comments.vssue] +platform = "" +owner = "" +repo = "" +clientId = "" +clientSecret = "" +autoCreateIssue = false + +[params.comments.waline] +serverURL = "" +lang = "" +pageview = "" +avatar = "" +emoji = ["https://unpkg.com/@waline/emojis@1.0.1/weibo"] +requiredMeta = ["name", "email", "url"] + +[params.comments.waline.locale] +admin = "Admin" +placeholder = "" + +[params.comments.twikoo] +envId = "" +region = "" +path = "" +lang = "" + +[params.comments.cactus] +defaultHomeserverUrl = "https://matrix.cactus.chat:8448" +serverName = "cactus.chat" +siteName = "" + +[params.comments.giscus] +repo = "" +repoID = "" +category = "" +categoryID = "" +mapping = "title" +lightTheme = "light" +darkTheme = "dark_dimmed" +reactionsEnabled = 1 +emitMetadata = 0 +inputPosition = "top" +lang = "en" +strict = 0 +loading = "lazy" + +[params.comments.gitalk] +owner = "" +admin = "" +repo = "" +clientID = "" +clientSecret = "" +proxy = "" + +[params.comments.cusdis] +host = "https://cusdis.com" +id = "" + +[params.comments.comentario] +url = "" +autoInit = false +autoNonInteractiveSso = false +cssOverride = "" +lang = "" +liveUpdate = false +maxLevel = 0 +noFonts = false +theme = "" + +[params.widgets] +homepage = [ + { type = "search" }, + { type = "archives", params = { limit = 5 } }, + { type = "categories", params = { limit = 10 } }, + { type = "tag-cloud", params = { limit = 10 } }, + { type = "status", params = { start = "2018-08-04", format = "yyyy 年 MM 月 dd 日" } }, +] +page = [ + { type = "toc" }, +] + +[params.opengraph.twitter] +site = "" +card = "summary_large_image" + +[params.colorScheme] +toggle = true +default = "auto" + +[params.imageProcessing] +autoOrient = false + +[params.imageProcessing.external] +timeout = "30s" + +[params.imageProcessing.thumbnail] +enabled = true + +[params.imageProcessing.content] +widths = [800, 1600, 2400] +enabled = false + +[params.cookies] +enabled = false +showSettings = true + +[params.cookies.categories] +analytics = false +functional = true + +[params.render.image.externalLink] +enabled = true + +[[menu.main]] +identifier = "home" +name = "首页" +url = "/" +weight = 1 +[menu.main.params] +icon = "home" + +[[menu.main]] +identifier = "moments" +name = "拾光" +url = "https://moments.taurusxin.com" +weight = 5 +[menu.main.params] +icon = "moments" +newTab = true + +[[menu.main]] +identifier = "travellings" +name = "开往" +url = "https://www.travellings.cn/go.html" +weight = 6 +[menu.main.params] +icon = "travellings" +newTab = true + +[[menu.main]] +identifier = "rss" +name = "RSS" +url = "/index.xml" +weight = 10 +[menu.main.params] +icon = "rss" +newTab = true + +[[menu.social]] +identifier = "github" +name = "GitHub" +url = "https://github.com/taurusxin" +weight = 1 +[menu.social.params] +icon = "brand-github" + +[[menu.social]] +identifier = "bilibili" +name = "Bilibili" +url = "https://space.bilibili.com/4360325" +weight = 2 +[menu.social.params] +icon = "bilibili" + +[[menu.social]] +identifier = "music" +name = "网易云音乐" +url = "https://music.163.com/#/user/home?id=260531598" +weight = 3 +[menu.social.params] +icon = "music" + +[[menu.social]] +identifier = "mail" +name = "电邮" +url = "mailto:i@taurusxin.com" +weight = 4 +[menu.social.params] +icon = "mail" + +[[menu.social]] +identifier = "travellings" +name = "开往" +url = "https://www.travellings.cn/go.html" +weight = 5 +[menu.social.params] +icon = "travellings" + +[related] +includeNewer = true +threshold = 60 +toLower = false + +[[related.indices]] +name = "tags" +weight = 100 + +[[related.indices]] +name = "categories" +weight = 200 + +[markup.goldmark.renderer] +unsafe = true + +[markup.tableOfContents] +endLevel = 4 +ordered = true +startLevel = 2 + +[markup.highlight] +noClasses = false +codeFences = true +guessSyntax = true +lineNoStart = 1 +lineNos = true +lineNumbersInTable = true +tabWidth = 4 diff --git a/i18n/zh-CN.yaml b/i18n/zh-CN.yaml deleted file mode 100644 index cae4f2f..0000000 --- a/i18n/zh-CN.yaml +++ /dev/null @@ -1,10 +0,0 @@ -widget: - categoriesCloud: - title: - other: 分类 - - status: - title: 状态 - postCount: 文章数量 - start: 博客始于 - time: 稳定运行 \ No newline at end of file diff --git a/i18n/zh.toml b/i18n/zh.toml new file mode 100644 index 0000000..c99efb0 --- /dev/null +++ b/i18n/zh.toml @@ -0,0 +1,8 @@ +[widget.categoriesCloud] +title = "分类" + +[widget.status] +title = "状态" +postCount = "文章数量" +start = "博客始于" +time = "稳定运行" diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html deleted file mode 100644 index 110f584..0000000 --- a/layouts/_default/_markup/render-image.html +++ /dev/null @@ -1,53 +0,0 @@ -{{- $Permalink := .Destination | safeURL -}} -{{- $image := "" -}} - -{{- if and (hasPrefix $Permalink "http") (default false .Page.Site.Params.render.image.externalLink.enabled) -}} - {{- with resources.GetRemote $Permalink -}} - {{- $image = . -}} - {{- else -}} - {{- warnf "Unable to get remote resource %q" $Permalink -}} - {{- end -}} -{{- else -}} - {{- $image = .Page.Resources.GetMatch (printf "%s" $Permalink) -}} - {{- if $image -}} - {{- $Permalink = $image.RelPermalink -}} - {{- end -}} -{{- end -}} -{{- $alt := .PlainText | safeHTML -}} -{{- $Width := 0 -}} -{{- $Height := 0 -}} -{{- $Srcset := "" -}} - -{{/* SVG and external images won't work with gallery layout, because their width and height attributes are unknown */}} -{{- $galleryImage := false -}} - -{{- if $image -}} - {{- $notSVG := ne (path.Ext .Destination) ".svg" -}} - - {{- if $notSVG -}} - {{- $Width = $image.Width -}} - {{- $Height = $image.Height -}} - {{- $galleryImage = true -}} - - {{- if (default true .Page.Site.Params.imageProcessing.content.enabled) -}} - {{- $small := $image.Resize `480x` -}} - {{- $big := $image.Resize `1024x` -}} - {{- $Srcset = printf `%s 480w, %s 1024w` $small.RelPermalink $big.RelPermalink -}} - {{- end -}} - {{- end -}} -{{- end -}} - -{{ . }} diff --git a/layouts/_partials/comments/provider/artalk.html b/layouts/_partials/comments/provider/artalk.html new file mode 100644 index 0000000..23d091c --- /dev/null +++ b/layouts/_partials/comments/provider/artalk.html @@ -0,0 +1,31 @@ +{{- $style := resources.Get "scss/partials/comments/artalk.scss" | toCSS | minify -}} +{{- with .Site.Params.comments.artalk -}} +{{- $serverUrl := default .server .serverUrl -}} + + + + + +
+ + +{{- end -}} diff --git a/layouts/partials/head/custom.html b/layouts/_partials/head/custom.html similarity index 81% rename from layouts/partials/head/custom.html rename to layouts/_partials/head/custom.html index 8e075c7..f0dc6d6 100644 --- a/layouts/partials/head/custom.html +++ b/layouts/_partials/head/custom.html @@ -31,14 +31,7 @@ (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?360253efb0d8255a98cdeb8be43ef88d"; - var s = document.getElementsByTagName("script")[0]; + var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); - - - - - - \ No newline at end of file diff --git a/layouts/partials/widget/status.html b/layouts/_partials/widget/status.html similarity index 100% rename from layouts/partials/widget/status.html rename to layouts/_partials/widget/status.html diff --git a/layouts/page/links.html b/layouts/page/links.html index 8947caf..0b18e90 100644 --- a/layouts/page/links.html +++ b/layouts/page/links.html @@ -4,7 +4,7 @@
{{ $siteResources := resources }} - {{ range $i, $link := $.Site.Data.links }} + {{ range $i, $link := hugo.Data.links }}
diff --git a/layouts/partials/comments/provider/artalk.html b/layouts/partials/comments/provider/artalk.html deleted file mode 100644 index 14d6f57..0000000 --- a/layouts/partials/comments/provider/artalk.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - -
- - diff --git a/themes/hugo-theme-stack b/themes/hugo-theme-stack index 73ccace..3e123a3 160000 --- a/themes/hugo-theme-stack +++ b/themes/hugo-theme-stack @@ -1 +1 @@ -Subproject commit 73ccacec4d7fb1f7ed403cc338025dd2aae546c7 +Subproject commit 3e123a30b79b5d52a3a8e88a9dd678fcfd28e418