diff --git a/content/posts/hugo-usage/index.md b/content/posts/hugo-usage/index.md index a476684..0230e3c 100644 --- a/content/posts/hugo-usage/index.md +++ b/content/posts/hugo-usage/index.md @@ -4,6 +4,7 @@ date: 2023-08-24T09:11:47+08:00 # draft: true # bookComments: false # bookSearchExclude: false +categories: [write] tags: [tool, write] --- diff --git a/content/posts/rn/alert-multiple/index.md b/content/posts/rn/alert-multiple/index.md index aee40da..3cdbad1 100644 --- a/content/posts/rn/alert-multiple/index.md +++ b/content/posts/rn/alert-multiple/index.md @@ -2,6 +2,7 @@ title: "实现 差不多理想的极简RN弹窗" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react-native] tags: [best-practice, react-native] --- diff --git a/content/posts/rn/art-text/index.md b/content/posts/rn/art-text/index.md index 5b626a0..4aef9a6 100644 --- a/content/posts/rn/art-text/index.md +++ b/content/posts/rn/art-text/index.md @@ -2,6 +2,7 @@ title: "远程字体的动态加载&应用" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react-native] tags: [best-practice, react-native] --- diff --git a/content/posts/rn/base-components/index.md b/content/posts/rn/base-components/index.md index 51cf0d6..b1267b7 100644 --- a/content/posts/rn/base-components/index.md +++ b/content/posts/rn/base-components/index.md @@ -2,6 +2,7 @@ title: "封装常用基础组件" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react-native] tags: [react-native, component] --- diff --git a/content/posts/rn/code-standards/index.md b/content/posts/rn/code-standards/index.md index 7687213..a74a66d 100644 --- a/content/posts/rn/code-standards/index.md +++ b/content/posts/rn/code-standards/index.md @@ -2,7 +2,8 @@ title: "代码规范" date: 2023-11-01T12:00:11+08:00 draft: false -tags: [learn, standard] +categories: [code] +tags: [learn, standard, code] --- # 讨论背景 diff --git a/content/posts/rn/course-react-hooks/index.md b/content/posts/rn/course-react-hooks/index.md index 963a882..a698074 100644 --- a/content/posts/rn/course-react-hooks/index.md +++ b/content/posts/rn/course-react-hooks/index.md @@ -2,6 +2,7 @@ title: "学习《React Hooks 核心原理与实战》笔记" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react] tags: [learn, react] --- diff --git a/content/posts/rn/course-react/index.md b/content/posts/rn/course-react/index.md index 3285df8..8c49dad 100644 --- a/content/posts/rn/course-react/index.md +++ b/content/posts/rn/course-react/index.md @@ -2,6 +2,7 @@ title: "React 学习" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react] tags: [learn, react] --- diff --git a/content/posts/rn/create-npm-lib/index.md b/content/posts/rn/create-npm-lib/index.md index c241b4e..d6f030e 100644 --- a/content/posts/rn/create-npm-lib/index.md +++ b/content/posts/rn/create-npm-lib/index.md @@ -2,6 +2,7 @@ title: "用脚手架 制作一个RN库 放npm" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react-native] tags: [contribution, package, react-native] --- diff --git a/content/posts/rn/douyin-label-input/index.md b/content/posts/rn/douyin-label-input/index.md index 79a96e4..14b946c 100644 --- a/content/posts/rn/douyin-label-input/index.md +++ b/content/posts/rn/douyin-label-input/index.md @@ -2,6 +2,7 @@ title: "模仿抖音、小红书 输入 #标签 高亮" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react-native] tags: [react-native] --- diff --git a/content/posts/rn/multi-gestture-sticker/index.md b/content/posts/rn/multi-gestture-sticker/index.md index cb52c57..cb65076 100644 --- a/content/posts/rn/multi-gestture-sticker/index.md +++ b/content/posts/rn/multi-gestture-sticker/index.md @@ -2,6 +2,7 @@ title: "RN 动画 - 缩放、旋转、拖拽" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react-native] tags: [best-practice, react-native] --- diff --git a/content/posts/rn/readme/index.md b/content/posts/rn/readme/index.md index 4b6578a..7073f34 100644 --- a/content/posts/rn/readme/index.md +++ b/content/posts/rn/readme/index.md @@ -2,6 +2,7 @@ title: "React Native 开发沉淀" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react-native] tags: [contribution, react-native] --- diff --git a/content/posts/rn/rn-pull-request/index.md b/content/posts/rn/rn-pull-request/index.md index 4e28fe8..0b72891 100644 --- a/content/posts/rn/rn-pull-request/index.md +++ b/content/posts/rn/rn-pull-request/index.md @@ -2,6 +2,7 @@ title: "第一次提交PR给react-native" date: 2023-12-18T12:00:11+08:00 draft: false +categories: [react-native] tags: [contribution, react-native] --- diff --git a/content/posts/rn/status-sync-global/index.md b/content/posts/rn/status-sync-global/index.md index 1af7945..ff75745 100644 --- a/content/posts/rn/status-sync-global/index.md +++ b/content/posts/rn/status-sync-global/index.md @@ -2,7 +2,8 @@ title: "最佳实践 点赞(收藏等)状态的全局同步更新" date: 2023-12-18T12:00:11+08:00 draft: false -tags: [react-native] +categories: [react-native] +tags: [best-practice, react-native] --- diff --git a/content/posts/rn/textinput-alert/index.md b/content/posts/rn/textinput-alert/index.md index 3efe615..1126c29 100644 --- a/content/posts/rn/textinput-alert/index.md +++ b/content/posts/rn/textinput-alert/index.md @@ -2,6 +2,7 @@ title: "封装 低耦合、易用的文本输入框弹窗" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react-native] tags: [best-practice, react-native] --- diff --git a/content/posts/rn/tool-dev-react/index.md b/content/posts/rn/tool-dev-react/index.md index 44d3234..423f7cc 100644 --- a/content/posts/rn/tool-dev-react/index.md +++ b/content/posts/rn/tool-dev-react/index.md @@ -2,6 +2,7 @@ title: "hooks开发工具" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react] tags: [react, tool] --- diff --git a/content/posts/rn/tool-npm-patch/index.md b/content/posts/rn/tool-npm-patch/index.md index 7e1deb5..6d2c175 100644 --- a/content/posts/rn/tool-npm-patch/index.md +++ b/content/posts/rn/tool-npm-patch/index.md @@ -2,6 +2,7 @@ title: "patch-package 补丁工具使用" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [npm] tags: [tool, npm] --- diff --git a/content/posts/rn/tool-npm/index.md b/content/posts/rn/tool-npm/index.md index 074d2db..b27d164 100644 --- a/content/posts/rn/tool-npm/index.md +++ b/content/posts/rn/tool-npm/index.md @@ -2,6 +2,7 @@ title: "npm 工具" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [npm] tags: [tool, npm] --- diff --git a/content/posts/rn/tool-rn-jenkins-ios/index.md b/content/posts/rn/tool-rn-jenkins-ios/index.md index 7b68e7e..d60efe9 100644 --- a/content/posts/rn/tool-rn-jenkins-ios/index.md +++ b/content/posts/rn/tool-rn-jenkins-ios/index.md @@ -2,6 +2,7 @@ title: "从0到1用Jenkins实现对RN项目一键打包、发布" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react-native] tags: [tool, react-native, ios] --- diff --git a/content/posts/rn/vscode-efficient/index.md b/content/posts/rn/vscode-efficient/index.md index 1dc302c..fb2a0d4 100644 --- a/content/posts/rn/vscode-efficient/index.md +++ b/content/posts/rn/vscode-efficient/index.md @@ -2,6 +2,7 @@ title: "React Native 在VSCode编码提效" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react-native] tags: [tool, react-native] --- 
 diff --git a/content/posts/rn/waterfall-list-autoscroll/index.md b/content/posts/rn/waterfall-list-autoscroll/index.md index 808f445..16c9c83 100644 --- a/content/posts/rn/waterfall-list-autoscroll/index.md +++ b/content/posts/rn/waterfall-list-autoscroll/index.md @@ -2,6 +2,7 @@ title: " 实现 FlatList 、flashList、masonryFlashList 各种列表的自动滚动动画" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react-native] tags: [react-native] --- diff --git a/content/posts/rn/waterfall-list-horizontal/index.md b/content/posts/rn/waterfall-list-horizontal/index.md index 9c7bb0d..a7b922b 100644 --- a/content/posts/rn/waterfall-list-horizontal/index.md +++ b/content/posts/rn/waterfall-list-horizontal/index.md @@ -2,6 +2,7 @@ title: "横向 瀑布流列表" date: 2023-11-01T12:00:11+08:00 draft: false +categories: [react-native] tags: [react-native] --- diff --git a/content/posts/rn/waterfall-perfect/index.md b/content/posts/rn/waterfall-perfect/index.md index a0ecbd5..8870c83 100644 --- a/content/posts/rn/waterfall-perfect/index.md +++ b/content/posts/rn/waterfall-perfect/index.md @@ -2,6 +2,7 @@ title: "瀑布流最佳实践:双列均匀分布,高度计算&缓存" date: 2024-03-05T19:36:11+08:00 draft: false +categories: [react-native] tags: [best-practice, react-native] --- diff --git a/hugo.toml b/hugo.toml index cef3be7..b9e8bbe 100644 --- a/hugo.toml +++ b/hugo.toml @@ -109,10 +109,10 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"] title = "LoveIt-zyestin" # website description for RSS, SEO, Open Graph and Twitter Cards # 网站描述, 用于 RSS, SEO, Open Graph 和 Twitter Cards - description = "Hugo theme - LoveIt" + description = "zyestin2" # website images for Open Graph and Twitter Cards # 网站图片, 用于 Open Graph 和 Twitter Cards - images = ["/logo.png"] + images = ["https://avatars.githubusercontent.com/u/51897571?s=40&v=4"] # Header config # 页面头部导航栏配置 @@ -131,7 +131,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"] logo = "" # title name # 标题名称 - name = "LoveIt" + name = "zyestin" # you can add extra information before the name (HTML format is supported), such as icons # 你可以在名称 (允许 HTML 格式) 之前添加其他信息, 例如图标 pre = "" diff --git a/public/404.html b/public/404.html index 82889a3..8dd683c 100644 --- a/public/404.html +++ b/public/404.html @@ -4,14 +4,14 @@ - 404 Page not found - zyestin - + 404 Page not found - zyestin + - + - - + + @@ -22,7 +22,7 @@