diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-03 16:58:21 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-03 16:58:21 +0800 |
commit | 15394615d468b256f2348a35faacb37468290137 (patch) | |
tree | b72f608592b035c7adeb679e3850c612553cd50e /www/content | |
parent | 6f46e10fa0227263e900035c5c27fa7fba3eb717 (diff) | |
download | crupest-15394615d468b256f2348a35faacb37468290137.tar.gz crupest-15394615d468b256f2348a35faacb37468290137.tar.bz2 crupest-15394615d468b256f2348a35faacb37468290137.zip |
feat(www): update page and use hugo image.
Diffstat (limited to 'www/content')
-rw-r--r-- | www/content/_index.md | 1 | ||||
-rw-r--r-- | www/content/hurd.md | 5 | ||||
-rw-r--r-- | www/content/todos.md | 5 |
3 files changed, 10 insertions, 1 deletions
diff --git a/www/content/_index.md b/www/content/_index.md index b4533a5..e144d39 100644 --- a/www/content/_index.md +++ b/www/content/_index.md @@ -1,4 +1,3 @@ --- title: Home -type: real-home --- diff --git a/www/content/hurd.md b/www/content/hurd.md new file mode 100644 index 0000000..67cf6f8 --- /dev/null +++ b/www/content/hurd.md @@ -0,0 +1,5 @@ +--- +title: "Hurd" +date: 2025-03-03T15:34:41+08:00 +lastmod: 2025-03-03T15:34:41+08:00 +--- diff --git a/www/content/todos.md b/www/content/todos.md new file mode 100644 index 0000000..da7cc0f --- /dev/null +++ b/www/content/todos.md @@ -0,0 +1,5 @@ +--- +title: "Todos" +date: 2025-03-03T15:34:53+08:00 +lastmod: 2025-03-03T15:34:53+08:00 +--- |