Skip to content

Commit

Permalink
dukedpsun commit:调整博客
Browse files Browse the repository at this point in the history
  • Loading branch information
dukedpsun committed Sep 25, 2023
1 parent 3353e2c commit 5a21f25
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
11 changes: 3 additions & 8 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"option",
"p",
"pre",
"quick",
"script",
"section",
"select",
Expand All @@ -49,6 +48,7 @@
"article_item_source",
"article_item_title",
"bg-one",
"bg-one-single",
"blog_section",
"border-meghna",
"btn",
Expand All @@ -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",
Expand Down Expand Up @@ -228,7 +228,6 @@
"65流数据copy-from入表",
"66golang相关资源包",
"6golang程序开发",
"basic-usage",
"blog",
"body",
"cn",
Expand All @@ -248,7 +247,6 @@
"news",
"opentenbase-source-code-compilation-and-installation",
"opentenbase源码编译安装",
"quick-start",
"select-language",
"service",
"services",
Expand All @@ -261,11 +259,8 @@
"为-llm-创建云原生代理和扩展",
"云原生存储的技术实践-hwameistor",
"什么是opentenbase",
"基本使用",
"安装依赖",
"应用接入指南",
"快速入门",
"系统要求"
]
}
}
}
5 changes: 5 additions & 0 deletions themes/meghna-hugo/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion themes/meghna-hugo/layouts/_default/article3.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<article class="col-lg-5 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
<article class="col-lg-3 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
<div class="row">
<!-- <div class="media-wrapper">-->
<!-- <img class="img-fluid lozad" data-src="{{ .Params.Image_webp | absURL }}" onerror="this.onerror=null;this.src='{{ .Params.image | absURL }}'">-->
Expand Down
2 changes: 1 addition & 1 deletion themes/meghna-hugo/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{{ partial "navigation.html" . }}

<section class="section bg-one">
<section class="section bg-one-single">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 text-center ">
Expand Down

0 comments on commit 5a21f25

Please sign in to comment.