diff --git a/hugo_stats.json b/hugo_stats.json index 1ca4934..7358fa6 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -28,7 +28,6 @@ "option", "p", "pre", - "quick", "script", "section", "select", @@ -49,6 +48,7 @@ "article_item_source", "article_item_title", "bg-one", + "bg-one-single", "blog_section", "border-meghna", "btn", @@ -60,8 +60,8 @@ "col-12", "col-lg-10", "col-lg-12", + "col-lg-3", "col-lg-4", - "col-lg-5", "col-lg-6", "col-lg-7", "col-lg-8", @@ -228,7 +228,6 @@ "65流数据copy-from入表", "66golang相关资源包", "6golang程序开发", - "basic-usage", "blog", "body", "cn", @@ -248,7 +247,6 @@ "news", "opentenbase-source-code-compilation-and-installation", "opentenbase源码编译安装", - "quick-start", "select-language", "service", "services", @@ -261,11 +259,8 @@ "为-llm-创建云原生代理和扩展", "云原生存储的技术实践-hwameistor", "什么是opentenbase", - "基本使用", "安装依赖", - "应用接入指南", - "快速入门", "系统要求" ] } -} \ No newline at end of file +} diff --git a/themes/meghna-hugo/assets/css/style.css b/themes/meghna-hugo/assets/css/style.css index e705b0a..6815f17 100644 --- a/themes/meghna-hugo/assets/css/style.css +++ b/themes/meghna-hugo/assets/css/style.css @@ -166,6 +166,11 @@ a:hover { border: 1px solid var(--unnamed, #D6DBE3); } +.bg-one-single { + background-color: #FFFFFF; + border: 1px solid var(--unnamed, #D6DBE3); +} + .service-font { color: #1A1A1A; font-family: PingFang SC; diff --git a/themes/meghna-hugo/layouts/_default/article3.html b/themes/meghna-hugo/layouts/_default/article3.html index 933119f..6eb46f2 100644 --- a/themes/meghna-hugo/layouts/_default/article3.html +++ b/themes/meghna-hugo/layouts/_default/article3.html @@ -1,4 +1,4 @@ -
+
diff --git a/themes/meghna-hugo/layouts/_default/single.html b/themes/meghna-hugo/layouts/_default/single.html index 5c441d9..2d4ecfc 100644 --- a/themes/meghna-hugo/layouts/_default/single.html +++ b/themes/meghna-hugo/layouts/_default/single.html @@ -2,7 +2,7 @@ {{ partial "navigation.html" . }} -
+