diff --git a/.gitignore b/.gitignore index 55b6c0a..b827e18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,47 +1,14 @@ public -static/img/.DS_Store -static/.DS_Store resources -.DS_Store -*/.DS_Store -*/*/.DS_Store -*/*/*/.DS_Store -*/*/*/*/.DS_Store -*/*/*/*/*/.DS_Store -gh-pages.pub -gh-pages +*.DS_Store +**.DS_Store node_modules -public-vue resources yarn.lock -nyan-cat -particles.js .env dist -search/dist -search/node_modules -search/yarn-error.log -search/yarn.lock -src-imgauto/dist -src-imgauto/node_modules -src-imgauto/yarn-error.log -src-imgauto/yarn.lock -src-pogo/node_modules -src-pogo/yarn.lock -src-pogo/yarn-error.log -src-manga* -src-pogo/dist -src-bsky/dist -src-bsky/node_modules -src-bsky/*.lock -src-*/node_modules -src-*/dist -src-*/yarn-error.log -src-*/yarn.lock -src-*/public src-* -src-** -**hugo_build.lock +*.lock */*node_* **node_module* **.zsh diff --git a/content/syui-1.md b/content/syui-1.md deleted file mode 100644 index 36d21ef..0000000 --- a/content/syui-1.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "about | syui.ai" -type: syui-1 ---- diff --git a/layouts/_default/single.html b/layouts/_default/single.html index b9ad8a7..fe2211a 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,7 +4,7 @@
{{ if ne .Lastmod .Date }}
update : {{ .Lastmod.Format "2006-01-02" }}
{{ end }} -
{{ .Date.Local.Format "2006-01-02" }} / {{ .Site.Author.name }} +
{{ .Date.Local.Format "2006-01-02" }} / @{{ .Site.Author.name }} {{ $taxo := "tags" }} {{ with .Param $taxo }} @@ -41,9 +41,9 @@

{{ .Title }}

{{ .Content }} - {{ partial "prev_next_post.html" . }}