Skip to content

Commit

Permalink
add categories
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyang committed Apr 10, 2024
1 parent f65f9fd commit 545c762
Show file tree
Hide file tree
Showing 118 changed files with 3,515 additions and 508 deletions.
1 change: 1 addition & 0 deletions content/posts/hugo-usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: 2023-08-24T09:11:47+08:00
# draft: true
# bookComments: false
# bookSearchExclude: false
categories: [write]
tags: [tool, write]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/alert-multiple/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "实现 差不多理想的极简RN弹窗"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [react-native]
tags: [best-practice, react-native]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/art-text/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "远程字体的动态加载&应用"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [react-native]
tags: [best-practice, react-native]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/base-components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "封装常用基础组件"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [react-native]
tags: [react-native, component]
---

Expand Down
3 changes: 2 additions & 1 deletion content/posts/rn/code-standards/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: "代码规范"
date: 2023-11-01T12:00:11+08:00
draft: false
tags: [learn, standard]
categories: [code]
tags: [learn, standard, code]
---

# 讨论背景
Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/course-react-hooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "学习《React Hooks 核心原理与实战》笔记"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [react]
tags: [learn, react]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/course-react/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "React 学习"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [react]
tags: [learn, react]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/create-npm-lib/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/douyin-label-input/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "模仿抖音、小红书 输入 #标签 高亮"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [react-native]
tags: [react-native]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/multi-gestture-sticker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "RN 动画 - 缩放、旋转、拖拽"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [react-native]
tags: [best-practice, react-native]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/readme/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "React Native 开发沉淀"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [react-native]
tags: [contribution, react-native]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/rn-pull-request/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---

Expand Down
3 changes: 2 additions & 1 deletion content/posts/rn/status-sync-global/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---


Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/textinput-alert/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "封装 低耦合、易用的文本输入框弹窗"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [react-native]
tags: [best-practice, react-native]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/tool-dev-react/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "hooks开发工具"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [react]
tags: [react, tool]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/tool-npm-patch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "patch-package 补丁工具使用"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [npm]
tags: [tool, npm]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/tool-npm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "npm 工具"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [npm]
tags: [tool, npm]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/tool-rn-jenkins-ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/vscode-efficient/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/waterfall-list-autoscroll/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: " 实现 FlatList 、flashList、masonryFlashList 各种列表的自动滚动动画"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [react-native]
tags: [react-native]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/waterfall-list-horizontal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "横向 瀑布流列表"
date: 2023-11-01T12:00:11+08:00
draft: false
categories: [react-native]
tags: [react-native]
---

Expand Down
1 change: 1 addition & 0 deletions content/posts/rn/waterfall-perfect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "瀑布流最佳实践:双列均匀分布,高度计算&缓存"
date: 2024-03-05T19:36:11+08:00
draft: false
categories: [react-native]
tags: [best-practice, react-native]
---

Expand Down
6 changes: 3 additions & 3 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 页面头部导航栏配置
Expand All @@ -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 = "<i class='far fa-kiss-wink-heart fa-fw' aria-hidden='true'></i>"
Expand Down
14 changes: 7 additions & 7 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noodp" />
<title>404 Page not found - zyestin</title><meta name="Description" content="Hugo theme - LoveIt"><meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Hugo theme - LoveIt" />
<title>404 Page not found - zyestin</title><meta name="Description" content="zyestin2"><meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="zyestin2" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zyestin.github.io/zyestin/404.html" /><meta property="og:image" content="https://zyestin.github.io/logo.png" /><meta property="og:site_name" content="LoveIt-zyestin" />
<meta property="og:url" content="https://zyestin.github.io/zyestin/404.html" /><meta property="og:image" content="https://avatars.githubusercontent.com/u/51897571?s=40&amp;v=4" /><meta property="og:site_name" content="LoveIt-zyestin" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://zyestin.github.io/logo.png" /><meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Hugo theme - LoveIt"/>
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/51897571?s=40&amp;v=4" /><meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="zyestin2"/>
<meta name="twitter:site" content="@YestinZz"/>
<meta name="application-name" content="LoveIt-zyestin">
<meta name="apple-mobile-web-app-title" content="LoveIt-zyestin"><meta name="theme-color" content="#ffffff"><meta name="msapplication-TileColor" content="#da532c"><link rel="icon" href="https://avatars.githubusercontent.com/u/51897571?s=40&amp;v=4"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="https://zyestin.github.io/zyestin/404.html" /><link rel="stylesheet" href="/zyestin/css/style.min.css"><link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
Expand All @@ -22,7 +22,7 @@
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop">
<div class="header-wrapper">
<div class="header-title">
<a href="/zyestin/" title="zyestin"><span class="header-title-pre"><i class='far fa-kiss-wink-heart fa-fw' aria-hidden='true'></i></span>LoveIt</a>
<a href="/zyestin/" title="zyestin"><span class="header-title-pre"><i class='far fa-kiss-wink-heart fa-fw' aria-hidden='true'></i></span>zyestin</a>
</div>
<div class="menu">
<div class="menu-inner"><a class="menu-item" href="/zyestin/posts/"> Posts </a><a class="menu-item" href="/zyestin/tags/"> Tags </a><a class="menu-item" href="/zyestin/categories/"> Categories </a><a class="menu-item" href="/zyestin/categories/documentation/"> Docs </a><a class="menu-item" href="/zyestin/about/"> About </a><a class="menu-item" href="https://github.com/dillonzq/LoveIt" title="GitHub" rel="noopener noreffer" target="_blank"><i class='fab fa-github fa-fw' aria-hidden='true'></i> </a><span class="menu-item delimiter"></span><span class="menu-item search" id="search-desktop">
Expand All @@ -48,7 +48,7 @@
<div class="header-container">
<div class="header-wrapper">
<div class="header-title">
<a href="/zyestin/" title="zyestin"><span class="header-title-pre"><i class='far fa-kiss-wink-heart fa-fw' aria-hidden='true'></i></span>LoveIt</a>
<a href="/zyestin/" title="zyestin"><span class="header-title-pre"><i class='far fa-kiss-wink-heart fa-fw' aria-hidden='true'></i></span>zyestin</a>
</div>
<div class="menu-toggle" id="menu-toggle-mobile">
<span></span><span></span><span></span>
Expand Down
Loading

0 comments on commit 545c762

Please sign in to comment.