This commit is contained in:
parent
354e69f08c
commit
cb37e6a77b
73 changed files with 10 additions and 6 deletions
|
@ -9,9 +9,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- run: bash fix.sh
|
|
||||||
|
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: actions/actions-hugo@v3
|
uses: actions/actions-hugo@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -11,11 +11,18 @@ draft = false
|
||||||
|
|
||||||
这里就是我的数字花园了,现在还在装修中,请随便逛逛吧。
|
这里就是我的数字花园了,现在还在装修中,请随便逛逛吧。
|
||||||
|
|
||||||
[全部文章点我](/posts/)。
|
- [daily](/daily/)
|
||||||
|
- [main](/main/)
|
||||||
|
- [references](/references/)
|
||||||
|
- [articles](/articles/)
|
||||||
|
|
||||||
祝逛得开心!
|
祝逛得开心!
|
||||||
|
|
||||||
### 最近文章
|
## 最近文章
|
||||||
|
|
||||||
{{% first 10 %}}
|
{{% first 10 %}}
|
||||||
|
|
||||||
|
## 关于本站
|
||||||
|
|
||||||
|
[关于本站](/articles/关于本站/)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{{ range ( where .Site.RegularPages "Type" "posts" | first ( .Get 0 ) ) }}
|
{{ range .Site.RegularPages.ByDate.Reverse | first ( .Get 0 ) }}
|
||||||
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Reference in a new issue