-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
109 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
+++ | ||
title = '{{ replace .File.ContentBaseName "-" " " | title }}' | ||
date = {{ .Date }} | ||
draft = true | ||
+++ | ||
--- | ||
title : '{{ replace .File.ContentBaseName "-" " " | title }}' | ||
date : {{ .Date }} | ||
draft : true | ||
url : {{ substr (md5 (printf "%s%s" .Date (replace .TranslationBaseName "-" " " | title))) 4 8 }} | ||
--- |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Rename this file to languages.toml to enable multilingual support | ||
[en] | ||
languageName = "English" | ||
languagedirection = "ltr" | ||
title = "Triccsr's Blog" | ||
weight = 2 | ||
[zh-cn] | ||
languageName = "简体中文" | ||
languagedirection = "ltr" | ||
title = "Triccsr的垃圾场" | ||
weight = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
menu: | ||
main: | ||
name: Home | ||
weight: 1 | ||
params: | ||
icon: home | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
menu: | ||
main: | ||
name: Home | ||
name: 主页 | ||
weight: 1 | ||
params: | ||
icon: home | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title : 'About' | ||
date : 2024-04-15T14:31:20+08:00 | ||
draft : false | ||
slug : "about" | ||
menu: | ||
main: | ||
weight: 3 | ||
params: | ||
icon: user | ||
--- | ||
:sob: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title : 'About' | ||
title : '关于' | ||
date : 2024-04-15T14:31:20+08:00 | ||
draft : false | ||
slug : "about" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "Archives" | ||
date: 2022-03-06 | ||
layout: "archives" | ||
slug: "archives" | ||
menu: | ||
main: | ||
weight: 2 | ||
params: | ||
icon: archives | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: "Archives" | ||
title: "文章" | ||
date: 2022-03-06 | ||
layout: "archives" | ||
slug: "archives" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Links | ||
links: | ||
- title: GitHub | ||
description: GitHub is the world's largest software development platform. | ||
website: https://github.com | ||
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png | ||
menu: | ||
main: | ||
weight: 4 | ||
params: | ||
icon: link | ||
|
||
comments: false | ||
--- | ||
|
||
To use this feature, add `links` section to frontmatter. | ||
|
||
This page's frontmatter: | ||
|
||
```yaml | ||
links: | ||
- title: GitHub | ||
description: GitHub is the world's largest software development platform. | ||
website: https://github.com | ||
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png | ||
- title: TypeScript | ||
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. | ||
website: https://www.typescriptlang.org | ||
image: ts-logo-128.jpg | ||
``` | ||
`image` field accepts both local and external images. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "Search" | ||
slug: "search" | ||
layout: "search" | ||
outputs: | ||
- html | ||
- json | ||
menu: | ||
main: | ||
weight: 3 | ||
params: | ||
icon: search | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: "Search" | ||
title: "搜索" | ||
slug: "search" | ||
layout: "search" | ||
outputs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title : 'Migrate From Hexo to Hugo' | ||
date : 2024-04-17T16:54:25+08:00 | ||
draft : true | ||
url : ed1956f8 | ||
hasCJKLanguage : false | ||
--- | ||
I used to use hexo-theme-next, it is fancy but slow. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
+++ | ||
title = 'My First Post' | ||
date = 2024-04-14T21:17:32+08:00 | ||
draft = true | ||
+++ | ||
|
||
> NOTE | ||
|