From bf2a4816f30631e2a65d88a7da71622343b9313a Mon Sep 17 00:00:00 2001 From: zmh69695328 <736503352@qq.com> Date: Tue, 14 Nov 2023 17:10:54 +0800 Subject: [PATCH] feat:complete the details of the article, including the date, categories, and any other relevant information --- source/_posts/hello-world.md | 3 +++ source/_posts/index.md | 2 +- source/_posts/nginx.md | 7 +++++++ source/_posts/svg.md | 3 +++ 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/source/_posts/hello-world.md b/source/_posts/hello-world.md index 821780c..37c2ff8 100644 --- a/source/_posts/hello-world.md +++ b/source/_posts/hello-world.md @@ -1,5 +1,8 @@ --- title: Hello World +date: 2022-05-30 11:48:13 +tags: [Hexo] +categories: [Hexo] --- Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues). diff --git a/source/_posts/index.md b/source/_posts/index.md index 37efadb..b81832c 100644 --- a/source/_posts/index.md +++ b/source/_posts/index.md @@ -1,5 +1,5 @@ --- -title: First Post +title: First Post 第一次提交文章 date: 2022-05-30 11:48:13 tags: [Hexo] categories: [Hexo] diff --git a/source/_posts/nginx.md b/source/_posts/nginx.md index adbb6fc..b3c406b 100644 --- a/source/_posts/nginx.md +++ b/source/_posts/nginx.md @@ -1,3 +1,10 @@ +--- +title: 网站https配置文件模版 +date: 2023-11-14 17:08:13 +tags: [Nginx] +categories: [配置] +--- + ``` server { #HTTPS的默认访问端口443。 diff --git a/source/_posts/svg.md b/source/_posts/svg.md index 6569587..6ce974d 100644 --- a/source/_posts/svg.md +++ b/source/_posts/svg.md @@ -1,5 +1,8 @@ --- title: 根据指定宽度来对SVG内文字换行的方法探索 +date: 2022-05-30 11:48:13 +tags: [CSS] +categories: [前端] --- ## svg 里的 text 元素不像普通 DOM 元素那样能很好地处理文本换行,所以需要特殊对待,通常是使用tspsn和foreignObject标签来包裹文字内容