提交 e3f3c11c 编写于 作者: L lambert

no message

上级 da0e8f6d
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 20
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
title: Lambert-PRO
subtitle: ''
description: ''
keywords:
author: make by lambert
language: zh-CN
timezone: 'Asia/Shanghai'
root: /
#左上角的tag
navbar:
blog_title: Lambert Blog
post:
default_index_img: /images/background/1.jpeg #给文章设置一个默认图片
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://lambert-pro.github.io/
permalink: :year/:month/:day/:title/
permalink_defaults:
pretty_urls:
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
trailing_html: true # Set to false to remove trailing '.html' from permalinks
# Directory
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render:
# Writing
new_post_name: :title.md # File name of new posts
default_layout: post
titlecase: false # Transform title into titlecase
external_link:
enable: true # Open external links in new tab
field: site # Apply to the whole site
exclude: ''
filename_case: 0
render_drafts: false
post_asset_folder: false
relative_link: false
future: true
highlight:
enable: true
line_number: true
auto_detect: false
tab_replace: ''
wrap: true
hljs: false
prismjs:
enable: false
preprocess: true
line_number: true
tab_replace: ''
# Home page setting
# path: Root path for your blogs index page. (default = '')
# per_page: Posts displayed per page. (0 = disable pagination)
# order_by: Posts order. (Order by date descending by default)
index_generator:
path: ''
per_page: 10
order_by: -date
index:
auto_excerpt:
enable: true
slogan:
enable: true
text: '柳暗花明又一村'
# Category & Tag
default_category: uncategorized
category_map:
tag_map:
# Metadata elements
## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
meta_generator: true
# Date / Time format
## Hexo uses Moment.js to parse and display date
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
date_format: YYYY-MM-DD
time_format: HH:mm:ss
## updated_option supports 'mtime', 'date', 'empty'
updated_option: 'mtime'
# Pagination
## Set per_page to 0 to disable pagination
per_page: 10
pagination_dir: page
# Include / Exclude file(s)
## include:/exclude: options only apply to the 'source/' folder
include:
exclude:
ignore:
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: fluid
# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
type: git
repository: git@github.com:lambert-pro/lambert-pro.github.io.git
branch: main
#关于我
about:
avatar: /images/avatar/avatar.jpeg
name: "Lambert"
intro: "柳暗花明又一村"
icons:
- { class: 'iconfont icon-github-fill', link: 'https://lambert-pro.github.io', tip: 'GitHub' }
- { class: 'iconfont icon-wechat-fill', qrcode: '/images/about/wechat.jpeg' }
- { class: 'iconfont icon-qq-fill', qrcode: '/images/about/qq.jpeg' }
page:
banner_img_height: 60
banner_mask_alpha: 0.5
\ No newline at end of file
此差异已折叠。
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
},
"hexo": {
"version": "6.3.0"
},
"dependencies": {
"hexo": "^6.3.0",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-tag": "^2.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.0.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0",
"hexo-theme-fluid": "^1.9.3",
"hexo-theme-landscape": "^0.0.3"
}
}
---
title: {{ title }}
tags:
---
---
title: {{ title }}
date: {{ date }}
---
---
title: {{ title }}
date: {{ date }}
tags:
---
---
title: mac工具笔记
banner_img: /images/background/1.jpeg
date: 2022-10-24 14:45:41
tags:
- Mac
categories:
- [Mac软件]
---
### 软件[a-z排序]
mac软件下载地址:
1. [https://www.macwk.com/](https://www.macwk.com/) :(以上提及软件大部分可从此网站下载,快速无广告,以关站)
1. [https://ourmacs.com/](https://ourmacs.com/) :OurMacs - Mac搜索引擎
1. [https://macapp.org.cn/](https://macapp.org.cn/) :MacApp分享频道
1. [https://www.macyy.cn]( https://www.macyy.cn) :MacYY – 快速获取破解软件
---
1. anywhere:随启随用的静态文件服务器
```
下载:npm install anywhere -g
```
2. autojump:输入 j 目录名 或 j 目录名包含的字符(这个目录必须是之前 cd 访问过的),就可直接切换到相应的目录
```
1.brew install autojump
2.在~/.zshrc,把autojump添加到.zshrc的插件列表中
3.新开一行,添加:[[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] && . $(brew --prefix)/etc/profile.d/autojump.sh
4.source ~/.zshrc 使配置生效
```
3. Beyond Compare:mac 上非常好的文件同步对比工具 ,专门用于帮助您比较,合并或同步文件夹和文件。
4. brew
5. bob : OCR翻译,选中翻译
6. 超级右键
7. CotEditor :好用的编辑器,不能打开文件夹
8. Foxmail :邮箱
9. Go2Shell :当前位置打开shell
10. Hidden Bar
11. IINA :视频播放器
12. icopy : 替换Paste
13. iTrem2 + fig + oh-my-zsh
```
iTerm2下载地址:https://iterm2.com/downloads.html
将zsh设置成默认的shell:chsh -s /bin/zsh (重启shell)
```
14. KeePassXC
15. Macs Fan Control :控制mac风扇转速
16. MacZip
17. Mos : 鼠标
18. MTMR :
19. 妙言
20. Navicat Premium :数据库管理
21. Paste:Mac 剪贴板工具
22. RDM :redis图形界面管理
23. ShadowsocksX-NG-R8
24. SnippetsLab : 代码片段Solid Converter Mac记录
25. Solid Converter Mac : pdf转换
26. Sourcetree :
27. Stats
28. Thor Launcher :快捷键启动app
29. ToDesk
30. Typora: Mac 平台上的一款帮助用户编辑 markdown语法文本的 Mac 软件
31. Tuxera Disk Manager
32. Unit : 把网站打包成app
33. WeChatVideoDownloader : 微信视频号下载
34. Wondershare PDFelement Pro :万兴pdf编辑器
35. 右键专业助手 : 可以替换超级右键
36. zsh-autosuggestions:zsh 命令自动补全插件
```
1-把插件仓库克隆到$ZSH_CUSTOM/plugins (默认位置是 ~/.oh-my-zsh/custom/plugins)
2-git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions,设置~/.zshrc,把zsh-autosuggestions添加到 Oh My Zsh 要加载的插件列表中1. 1-git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
3-在~/.zshrc,把zsh-syntax-highlighting添加到.zshrc 的插件列表中
4-source ~/.zshrc 使配置生效
```
37. zsh-syntax-highlighting:高亮显示常用命令
```
1-git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
2-在~/.zshrc,把zsh-syntax-highlighting添加到.zshrc 的插件列表中
3-source ~/.zshrc 使配置生效
```
---
### 谷歌插件
```
谷歌网上应用商店:https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo(科学上网)
Crx搜搜:https://www.crxsoso.com/webstore/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo
Edge外接程序:https://microsoftedge.microsoft.com/addons/detail/tampermonkey/iikmkjmpaadaobahmlepeloendndfphd
```
1. Tampermonkey(油猴)
实用脚本:
- 网盘直链下载助手:chrome-extension://gcalenpjmijncebpfijmoaglllgpjagf/ask.html?aid=ef8ad728-3d80-4cc4-a3d9-80411ef7a59a
- 搜素引擎切换器:chrome-extension://gcalenpjmijncebpfijmoaglllgpjagf/options.html#nav=7d0d69b8-e084-434e-9ba9-e0a36c3b1878+editor
- 网盘智能识别助手:chrome-extension://gcalenpjmijncebpfijmoaglllgpjagf/options.html#nav=d4e1099e-3cbf-439a-bfc6-b021595560e4+editor
- 网页加速器:chrome-extension://gcalenpjmijncebpfijmoaglllgpjagf/options.html#nav=25ed8cdf-5ba1-4a6b-8098-84ba92786e51+editor
- mactype助手:chrome-extension://gcalenpjmijncebpfijmoaglllgpjagf/options.html#nav=0bc215c8-8b68-40d8-8c8a-2cfbd6e4503d+editor
- IDM Integration Module :使用Internet下载管理器下载文件
2. KeePassXC-Browser :KeePassXC与现代Web浏览器的集成
3. Proxy SwitchyOmega :轻松快捷地管理和切换多个代理设置。
4. The Great Suspender Original :冻结暂时用不到的标签页,以便释放系统资源。
---
windows软件下载:https://winwk.com/
a姐资源分享:https://www.abskoop.com/
百度开发者搜索:https://kaifa.baidu.com/
pikpak网盘:https://mypikpak.com/(科学上网)
Hexo + fluid + github page blog:https://lambert-pro.github.io/
🔓解锁复制/右键限制
```
javascript:!function()%7Bfunction t(e)%7Be.stopPropagation(),e.stopImmediatePropagation%26%26e.stopImmediatePropagation()%7Ddocument.querySelectorAll("*").forEach(e%3D>%7B"none"%3D%3D%3Dwindow.getComputedStyle(e,null).getPropertyValue("user-select")%26%26e.style.setProperty("user-select","text","important")%7D),%5B"copy","cut","contextmenu","selectstart","mousedown","mouseup","mousemove","keydown","keypress","keyup"%5D.forEach(function(e)%7Bdocument.documentElement.addEventListener(e,t,%7Bcapture:!0%7D)%7D),console.log("解除限制成功啦!")%7D()%3B
```
🔑显示密码
```
javascript:!function()%7Bfor(var t%3Ddocument.getElementsByTagName("input"),e%3D0%3Be<t.length%3Be%2B%2B)"password"%3D%3D%3Dt%5Be%5D.getAttribute("type")%26%26t%5Be%5D.setAttribute("type","text")%7D()%3B
```
重启Chome
```
chrome://restart
```
### phpstrom插件
1. Chinese 中文包
1. Chinese PHP Document
1. CodeGlance3
1. Codelgniter 3
1. Dash
1. GitHub Copilot
1. IDE Eval Reset
1. PHP Annotations
1. Rainbow Brackets
1. Swoole IDE Helper
\ No newline at end of file
---
title: Hello World
banner_img: /images/background/1.jpeg
categories: test
---
Welcome to
---
title: 关于我
layout: about
intro: "Bug Maker"
date: 2022-10-24 15:31:28
---
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
此差异已折叠。
source/lib/* linguist-vendored
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ':bug: bug'
assignees: ''
---
#### Make sure
- [ ] Upgrade the latest [release](https://github.com/fluid-dev/hexo-theme-fluid/releases).
- [ ] It can be replicated through `hexo clean && hexo s` and cleared browser cache in the localhost.
- [ ] Not affected by other Hexo plugins
#### Describe the bug
<!-- A clear and concise description of what the bug is. -->
<!-- It is better to provide related items of _config.yml -->
#### To Reproduce
Steps to reproduce the behavior:
1. Go to '...', click on '....'
2. Scroll down to '....'
3. See error
<!-- It is better to provide the page link that can be reproduced -->
#### Screenshots
<!-- For front page problems, please provide a screenshot of your browser console -->
<!-- For hexo command problems, please provide a screenshot of your command console -->
---
name: Bug 报告
about: 创建一份 Bug 报告帮助我们优化产品
title: ''
labels: ':bug: bug'
assignees: ''
---
<!-- 必读 -->
<!-- 1. 反馈 Bug 必须按照本模板提供足够详细的复现步骤和相关配置,否则请后退使用问题求助 -->
<!-- 2. 功能如果不正常工作,请先检查自己的环境和 Hexo 插件,特别是从其他主题更换过来的用户 -->
<!-- 3. 前端页面问题,请先打开浏览器控制台(Console),自行尝试理解和解决其中的报错,确认非网络或配置问题 -->
<!-- 4. 如果本地页面正常,部署后有问题,请清除缓存或者耐心等待 CDN 刷新(可能持续数小时),这不属于主题问题 -->
#### 请确认
- [ ] 是当前最新的 [Release 版本](https://github.com/fluid-dev/hexo-theme-fluid/releases)
- [ ] 本地 `hexo clean && hexo s`,并且清除浏览器缓存,仍可复现
- [ ] 已经排除是其他 Hexo 插件影响
#### Bug 描述
<!-- 例如,当 xxx 时,xxx 功能不工作,期望是 xxx 能工作,浏览器: Chrome -->
<!-- 如果涉及一些功能配置,最好提供 _config.yml 里相关配置项 -->
#### 复现步骤
该 Bug 复现步骤如下:
1. 在 xxx 页面点击 xxx 按钮
2. 然后向下滚动
3. 会出现 xxx
<!-- 最好提供部署后能复现的页面地址 -->
#### 截图
<!-- 前端页面问题请提供浏览器控制台(Console)的截图 -->
<!-- 本地 hexo 命令中报错问题请提供命令行的截图 -->
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ':sparkles: enhancement'
assignees: ''
---
#### Make sure
- [ ] Difficult to implemented through [custom](https://hexo.fluid-dev.com/docs/en/guide/#custom-js-css-html).
- [ ] Difficult to implemented through third-party plugins.
#### Is your feature request related to a problem? Please describe
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]. -->
#### Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. -->
#### Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
---
name: 功能需求或优化
about: 创建一份合理可行的建议帮助我们提升产品
title: ''
labels: ':sparkles: enhancement'
assignees: ''
---
#### 如是功能需求,请确定符合以下情况
- [ ] 难以通过[自定义](https://hexo.fluid-dev.com/docs/guide/#自定义-js-css-html)实现
- [ ] 难以通过第三方插件实现
#### 请描述该需求尝试解决的问题
<!-- 例如,当 xxx 时,我总是被当前 xxx 的设计所困扰。 -->
#### 请描述您认为可行的解决方案
<!-- 例如,添加 xxx 功能能够解决问题。 -->
#### 考虑过的替代方案
<!-- 例如,如果用 xxx,也能解决该问题。 -->
---
name: Question
about: Ask a question about use, need help
---
#### Make sure
- [ ] Upgrade the latest [release](https://github.com/fluid-dev/hexo-theme-fluid/releases)
- [ ] No solution found in [documentations](https://hexo.fluid-dev.com/docs/en/)
#### Describe the question
<!-- A clear and concise description of what the question is. -->
---
name: 问题求助
about: 提出一个使用过程中遇到的问题,需要得到帮助
---
<!-- 必读 -->
<!-- 1. 功能如果不正常工作,请先检查自己的环境和 Hexo 插件,特别是从其他主题更换过来的用户 -->
<!-- 2. 前端页面问题,请先打开浏览器控制台(Console),自行尝试理解和解决其中的报错,确认非网络或配置问题 -->
<!-- 3. 如果本地页面正常,部署后有问题,请清除缓存或者耐心等待 CDN 刷新(可能持续数小时),这不属于主题问题 -->
#### 请确认
- [ ] 是当前最新的 [Release 版本](https://github.com/fluid-dev/hexo-theme-fluid/releases)
- [ ] 在 [用户指南](https://hexo.fluid-dev.com/docs/) 中没有找到解决办法
#### 问题描述
<!--
例如,在使用 xxx 时出现了 xxx 报错。
如果是页面问题,需要提供浏览器版本(如果本地样式没问题,部署后有问题,请清除浏览器缓存)。
-->
name: Limit PRs
on:
pull_request:
branches:
- master
jobs:
limit_master_pr:
runs-on: ubuntu-latest
name: Limits PR to master
steps:
- name: Limit action step
id: limit_action
uses: LukBukkit/action-pr-limits@v1
with:
whitelist: |
develop
name: Publish Package
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
<%
page.layout = "404"
page.title = theme.page404.title || __('page404.title')
page.subtitle = theme.page404.subtitle || __('page404.subtitle')
page.banner_img = theme.page404.banner_img
page.banner_img_height = theme.page404.banner_img_height
page.banner_mask_alpha = theme.page404.banner_mask_alpha
%>
<script>
function redirect() {
location.href = "/";
}
<% if (theme.page404.redirect_delay) { %>
setTimeout(redirect, <%= parseInt(theme.page404.redirect_delay) %>)
<% } %>
</script>
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册