11<!DOCTYPE html>
2- < html >
3- < body >
4- < h1 > 测试首页</ h1 >
5-
6- < h2 > < a href ="http://example.org/posts/test/ "> Test</ a > </ h2 >
7-
8- < h2 > < a href ="http://example.org/posts/first_post/ "> First_post</ a > </ h2 >
9-
10- </ body >
11- </ html >
2+ < html lang ="zh-CN ">
3+ < head >
4+ < meta name ="generator " content ="Hugo 0.144.1 ">
5+ < meta charset ="utf-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7+ < meta name ="robots " content ="noodp " />
8+ < title > 我的全新 Hugo 网站</ title > < meta name ="Description " content ="This is my cool site "> < meta property ="og:url " content ="http://example.org/ ">
9+ < meta property ="og:site_name " content ="我的全新 Hugo 网站 ">
10+ < meta property ="og:title " content ="我的全新 Hugo 网站 ">
11+ < meta property ="og:description " content ="This is my cool site ">
12+ < meta property ="og:locale " content ="zh_CN ">
13+ < meta property ="og:type " content ="website ">
14+
15+ < meta name ="twitter:card " content ="summary ">
16+ < meta name ="twitter:title " content ="我的全新 Hugo 网站 ">
17+ < meta name ="twitter:description " content ="This is my cool site ">
18+ < meta name ="application-name " content ="My cool site ">
19+ < meta name ="apple-mobile-web-app-title " content ="My cool site "> < meta name ="theme-color " content ="#ffffff "> < meta name ="msapplication-TileColor " content ="#da532c "> < link rel ="shortcut icon " type ="image/x-icon " href ="/favicon.ico " />
20+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png ">
21+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/favicon-16x16.png "> < link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon.png "> < link rel ="mask-icon " href ="/safari-pinned-tab.svg " color ="#5bbad5 "> < link rel ="manifest " href ="/site.webmanifest "> < link rel ="canonical " href ="http://example.org/ " /> < link rel ="alternate " href ="/index.xml " type ="application/rss+xml " title ="我的全新 Hugo 网站 ">
22+ < link rel ="feed " href ="/index.xml " type ="application/rss+xml " title ="我的全新 Hugo 网站 "> < link rel ="stylesheet " href ="/css/style.min.css "> < link rel ="preload " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.1/css/all.min.css " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
23+ < noscript > < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.1/css/all.min.css "> </ noscript > < link rel ="preload " href ="https://cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.min.css " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
24+ < noscript > < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.min.css "> </ noscript > < script type ="application/ld+json ">
25+ {
26+ "@context" : "http://schema.org" ,
27+ "@type" : "WebSite" ,
28+ "url" : "http:\/\/example.org\/" , "inLanguage" : "zh-CN" , "author" : {
29+ "@type" : "Person" ,
30+ "name" : "xxxx"
31+ } , "description" : "This is my cool site" , "name" : "我的全新 Hugo 网站"
32+ }
33+ </ script > </ head >
34+ < body data-header-desktop ="fixed " data-header-mobile ="auto "> < script type ="text/javascript "> ( window . localStorage && localStorage . getItem ( 'theme' ) ? localStorage . getItem ( 'theme' ) === 'dark' : ( 'auto' === 'auto' ? window . matchMedia ( '(prefers-color-scheme: dark)' ) . matches : 'auto' === 'dark' ) ) && document . body . setAttribute ( 'theme' , 'dark' ) ; </ script >
35+
36+ < div id ="mask "> </ div > < div class ="wrapper "> < header class ="desktop " id ="header-desktop ">
37+ < div class ="header-wrapper ">
38+ < div class ="header-title ">
39+ < a href ="/ " title ="我的全新 Hugo 网站 "> My cool site</ a >
40+ </ div >
41+ < div class ="menu ">
42+ < div class ="menu-inner "> < a class ="menu-item " href ="/posts/ "> 文章 </ a > < a class ="menu-item " href ="/tags/ "> 标签 </ a > < a class ="menu-item " href ="/categories/ "> 分类 </ a > < span class ="menu-item delimiter "> </ span > < a href ="javascript:void(0); " class ="menu-item theme-switch " title ="Switch Theme ">
43+ < i class ="fas fa-adjust fa-fw " aria-hidden ="true "> </ i >
44+ </ a > </ div >
45+ </ div >
46+ </ div >
47+ </ header > < header class ="mobile " id ="header-mobile ">
48+ < div class ="header-container ">
49+ < div class ="header-wrapper ">
50+ < div class ="header-title ">
51+ < a href ="/ " title ="我的全新 Hugo 网站 "> My cool site</ a >
52+ </ div >
53+ < div class ="menu-toggle " id ="menu-toggle-mobile ">
54+ < span > </ span > < span > </ span > < span > </ span >
55+ </ div >
56+ </ div >
57+ < div class ="menu " id ="menu-mobile "> < a class ="menu-item " href ="/posts/ " title =""> 文章</ a > < a class ="menu-item " href ="/tags/ " title =""> 标签</ a > < a class ="menu-item " href ="/categories/ " title =""> 分类</ a > < a href ="javascript:void(0); " class ="menu-item theme-switch " title ="Switch Theme ">
58+ < i class ="fas fa-adjust fa-fw " aria-hidden ="true "> </ i >
59+ </ a > </ div >
60+ </ div >
61+ </ header > < main class ="main ">
62+ < div class ="container "> < div class ="page home " data-home ="posts "> < div class ="home-profile "> < div class ="home-subtitle "> < div id ="id-1 " class ="typeit "> </ div > </ div > < div class ="links "> </ div > </ div >
63+ < article class ="single summary " itemscope itemtype ="http://schema.org/Article "> < h1 class ="single-title " itemprop ="name headline ">
64+ < a href ="/posts/test/ "> Test</ a >
65+ </ h1 > < div class ="post-meta "> < span class ="post-author "> < a href ="/ " title ="Author " rel ="author " class ="author "> < i class ="fas fa-user-circle fa-fw " aria-hidden ="true "> </ i > xxxx</ a > </ span > < span class ="post-publish "> published on < time datetime ="2025-10-21 "> 2025-10-21</ time > </ span > </ div > < div class ="content "> < h3 id ="测试 "> 测试</ h3 >
66+ < blockquote >
67+ < p > 一款强大的工具,可将 Claude Code 请求路由到不同的模型,并自定义任何请求。</ p > </ blockquote >
68+ < blockquote >
69+ < p > 现在你可以通过< a href ="https://platform.iflow.cn/docs/api-mode " target ="_blank " rel ="noopener noreffer "> 心流平台</ a > 免费使用< code > GLM-4.5</ code > 、< code > Kimi-K2</ code > 、< code > Qwen3-Coder-480B-A35B</ code > 、< code > DeepSeek v3.1</ code > 等模型。< br >
70+ 你可以使用< code > ccr ui</ code > 命令在UI中直接导入< code > iflow</ code > 模板,值得注意的是心流限制每位用户的并发数为1,意味着你需要将< code > background</ code > 路由到其他模型。</ p > </ div > < div class ="post-footer ">
71+ < a href ="/posts/test/ "> Read More</ a > </ div >
72+ </ article > < article class ="single summary " itemscope itemtype ="http://schema.org/Article "> < h1 class ="single-title " itemprop ="name headline ">
73+ < a href ="/posts/first_post/ "> First_post</ a >
74+ </ h1 > < div class ="post-meta "> < span class ="post-author "> < a href ="/ " title ="Author " rel ="author " class ="author "> < i class ="fas fa-user-circle fa-fw " aria-hidden ="true "> </ i > xxxx</ a > </ span > < span class ="post-publish "> published on < time datetime ="2025-10-20 "> 2025-10-20</ time > </ span > </ div > < div class ="content "> < h3 id ="安装 "> 安装</ h3 >
75+ < div class ="highlight "> < pre tabindex ="0 " class ="chroma "> < code class ="language-python " data-lang ="python "> < span class ="line "> < span class ="cl "> < span class ="n "> choco</ span > < span class ="n "> install</ span > < span class ="n "> hugo</ span > < span class ="o "> -</ span > < span class ="n "> extended</ span >
76+ </ span > </ span > </ code > </ pre > </ div > < h1 id ="相关网址 "> 相关网址</ h1 >
77+ < p > < a href ="https://hugoloveit.com/zh-cn/theme-documentation-basics/ " target ="_blank " rel ="noopener noreffer "> 主题文档 - 基本概念 - LoveIt</ a > < a href ="https://hugoloveit.com/zh-cn/theme-documentation-basics/ " target ="_blank " rel ="noopener noreffer "> 主题文档 - 基本概念 - LoveIt</ a > </ p >
78+ < h1 id ="版本兼容 "> 版本兼容</ h1 >
79+ < blockquote >
80+ < p > 这里选择 Lovelt分支0.3.0, hugo版本选择 0.145.</ p > </ blockquote >
81+ < h1 id ="测试推送是否正常-111 "> 测试推送是否正常 111</ h1 >
82+ < p > 1111</ p > </ div > < div class ="post-footer ">
83+ < a href ="/posts/first_post/ "> Read More</ a > </ div >
84+ </ article > </ div > </ div >
85+ </ main > < footer class ="footer ">
86+ < div class ="footer-container "> < div class ="footer-line "> Powered by < a href ="https://gohugo.io/ " target ="_blank " rel ="noopener noreffer " title ="Hugo 0.144.1 "> Hugo</ a > | Theme - < a href ="https://github.com/dillonzq/LoveIt " target ="_blank " rel ="noopener noreffer " title ="LoveIt 0.3.0 "> < i class ="far fa-kiss-wink-heart fa-fw " aria-hidden ="true "> </ i > LoveIt</ a >
87+ </ div > < div class ="footer-line " itemscope itemtype ="http://schema.org/CreativeWork "> < i class ="far fa-copyright fa-fw " aria-hidden ="true "> </ i > < span itemprop ="copyrightYear "> 2022 - 2025</ span > < span class ="author " itemprop ="copyrightHolder "> < a href ="/ " target ="_blank "> xxxx</ a > </ span > </ div >
88+ </ div >
89+ </ footer > </ div >
90+
91+ < div id ="fixed-buttons "> < a href ="# " id ="back-to-top " class ="fixed-button " title ="Back to Top ">
92+ < i class ="fas fa-arrow-up fa-fw " aria-hidden ="true "> </ i >
93+ </ a > < a href ="# " id ="view-comments " class ="fixed-button " title ="View Comments ">
94+ < i class ="fas fa-comment fa-fw " aria-hidden ="true "> </ i >
95+ </ a >
96+ </ div > < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/lazysizes@5.3.2/lazysizes.min.js "> </ script > < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js "> </ script > < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/sharer.js@0.5.1/sharer.min.js "> </ script > < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/typeit@8.6.0/dist/index.umd.js "> </ script > < script type ="text/javascript "> window . config = { "code" :{ "copyTitle" :"Copy to clipboard" , "maxShownLines" :50 } , "data" :{ "id-1" :"This is my cool site" } , "typeit" :{ "cursorChar" :"|" , "cursorSpeed" :1000 , "data" :{ "id-1" :[ "id-1" ] } , "duration" :- 1 , "speed" :100 } } ; </ script > < script type ="text/javascript " src ="/js/theme.min.js "> </ script > </ body >
97+ </ html >
0 commit comments