update index and post date
All checks were successful
Build and Upload / Explore-Gitea-Actions (push) Successful in 3m24s
All checks were successful
Build and Upload / Explore-Gitea-Actions (push) Successful in 3m24s
This commit is contained in:
parent
c1bd7b2b5f
commit
5c16167ef0
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: 远程开发 CodeServer 部署
|
||||
description: 基于 docker 部署远程开发环境 CodeServer
|
||||
date: 2020-04-22
|
||||
date: 2025-04-22
|
||||
slug: remote-dev-codeserver
|
||||
image: codeserver.png
|
||||
|
||||
|
@ -2,8 +2,7 @@
|
||||
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}
|
||||
{{ $notHidden := where .Site.RegularPages "Params.hidden" "!=" true }}
|
||||
{{ $filtered := ($pages | intersect $notHidden) }}
|
||||
{{ $sorted := $filtered.ByPublishDate.Reverse }}
|
||||
{{ $pag := .Paginate ($sorted) }}
|
||||
{{ $pag := .Paginate ($filtered) }}
|
||||
|
||||
<section class="article-list">
|
||||
{{ range $index, $element := $pag.Pages }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user