diff --git a/content/zh/post/xingchen/2020-06-01-start2.md b/content/zh/post/xingchen/2020-06-01-start2.md index 9044b2805f6eba351f72407b47ad0e9b6e9f6175..2d3f6b192bfc3e53ae1a43ea68097be846e3d4ba 100644 --- a/content/zh/post/xingchen/2020-06-01-start2.md +++ b/content/zh/post/xingchen/2020-06-01-start2.md @@ -2,7 +2,7 @@ title = "openGauss社区入门(操作须知)" date = "2020-06-01" tags = ["openGauss社区开发入门(操作须知)"] -archives = "2020-06-01" +archives = "2020-06" author = "xingchen" summary = "openGauss社区开发入门" img = "/zh/post/xingchen/title/title.jpg" diff --git a/themes/hugo-blog-jeffprod/layouts/partials/header.html b/themes/hugo-blog-jeffprod/layouts/partials/header.html index 2bd3e32e86631a09254348eb686e20f88d93fca4..1577f843ff180fb42185461fcb2475125b7400fb 100644 --- a/themes/hugo-blog-jeffprod/layouts/partials/header.html +++ b/themes/hugo-blog-jeffprod/layouts/partials/header.html @@ -6,6 +6,10 @@ {{ .Site.Title }} {{ with .Title }} | {{ . }}{{ end }} + + + + diff --git a/themes/hugo-blog-jeffprod/layouts/partials/widget-tags.html b/themes/hugo-blog-jeffprod/layouts/partials/widget-tags.html index 0d5ae64c8a8e2c93c7a2afee12fd02623ef0a7d7..de78ab2fd6fb70ce58ced909dcc5d84d7f35ca90 100644 --- a/themes/hugo-blog-jeffprod/layouts/partials/widget-tags.html +++ b/themes/hugo-blog-jeffprod/layouts/partials/widget-tags.html @@ -3,7 +3,7 @@

Tags

{{ range $name, $taxonomy := .Site.Taxonomies.tags }} - {{ $name }} + {{ $name }} {{ end }}
diff --git a/themes/hugo-blog-jeffprod/layouts/tags/list.html b/themes/hugo-blog-jeffprod/layouts/tags/list.html index 9e139812b0d1fd319cdef5c413938f6ee6d904b2..58e7d8cc1edd34ab5599aa4f2323c28978bdbb99 100644 --- a/themes/hugo-blog-jeffprod/layouts/tags/list.html +++ b/themes/hugo-blog-jeffprod/layouts/tags/list.html @@ -1,5 +1,6 @@ {{ define "main" }} + {{ $tag := lower .Title }}
@@ -7,27 +8,30 @@
- {{ range $key, $value := .Site.Taxonomies.tags }}{{ if eq $key $tag }}{{ range $value.Pages }} + + {{ $paginator := .Paginate (where .Data.Pages "Type" "post") 6 }} + {{ range $paginator.Pages }} - {{ end }}{{ end }}{{ end }} + + {{ end }}
diff --git a/themes/hugo-blog-jeffprod/static/css/blog.css b/themes/hugo-blog-jeffprod/static/css/blog.css index dc71c2228e36b0a570b29bfeda8502690736474a..8929ff60511a05ed6a7a130d8e96395cf60bba90 100644 --- a/themes/hugo-blog-jeffprod/static/css/blog.css +++ b/themes/hugo-blog-jeffprod/static/css/blog.css @@ -235,7 +235,7 @@ html,body { .hero-warp { width: 100%; height: 120px; - background: url("/img/banner.png"); + background: url("/img/banner_new.png"); } .has-text-centered { height: 100%; diff --git a/themes/hugo-blog-jeffprod/static/img/apple-touch-icon.png b/themes/hugo-blog-jeffprod/static/img/apple-touch-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b3531dd4de039c7974e1b874abcd34bf7d9f688a Binary files /dev/null and b/themes/hugo-blog-jeffprod/static/img/apple-touch-icon.png differ diff --git a/themes/hugo-blog-jeffprod/static/img/banner_new.png b/themes/hugo-blog-jeffprod/static/img/banner_new.png new file mode 100644 index 0000000000000000000000000000000000000000..c0d8f91cd192b59ea17e9c4c7dc1c28db3f5cae8 Binary files /dev/null and b/themes/hugo-blog-jeffprod/static/img/banner_new.png differ diff --git a/themes/hugo-blog-jeffprod/static/img/favicon.ico b/themes/hugo-blog-jeffprod/static/img/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..da5005500f0836ab87942c13c9d5847f2ca6a790 Binary files /dev/null and b/themes/hugo-blog-jeffprod/static/img/favicon.ico differ