From c7d8da4a881533a26466741556a38a4508cfb2d0 Mon Sep 17 00:00:00 2001 From: Alomerry Wu Date: Tue, 26 Dec 2023 22:35:05 +0800 Subject: [PATCH] chore: update README.md Signed-off-by: Alomerry Wu --- LICENSE | 21 +++++++++++++++++++++ README.md | 44 +++++++++++--------------------------------- 2 files changed, 32 insertions(+), 33 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..2ac2c47d --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Alomerry Wu + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index d05ea29d..2b9f8d42 100644 --- a/README.md +++ b/README.md @@ -1,45 +1,23 @@ -# Alomerry Wu's Blog +# Alomerry Wu's Site -### +- [blog](./blog/README.md) +- [docs](./docs/README.md) +- [vm](./vm/README.md) -

- - -

+## 已废弃 -githubtrends ---- - -``` - // | | - //__| | // ___ _ __ ___ __ __ - / ___ | // // ) ) // ) ) ) ) //___) ) // ) ) // ) ) // / / - // | | // // / / // / / / / // // // ((___/ / -// | | // ((___/ / // / / / / ((____ // // / / -``` - -## local git hook && [oss pusher](https://github.com/alomerry/go-tools) +### local git hook && [oss pusher](https://github.com/alomerry/go-tools) cd blog/.vuepress ./ossPusher --configPath core.toml 添加 sync,从 oss_hash 下载不存在的文件到本地 -## import code - -[`download-import`](download-import.js) 会在构建时将 `@[code](@_codes/${repo}/${file})` 转换成 `https://gitee.com/alomerry/${repo}/raw/${branch}/${file}` 后下载到 `src/_codes` 下对应的位置,并将 `@_codes` 修改成相对位置 - -## todo - -- pnpm dlx vp-update - -https://github.com/orgs/vuepress-theme-hope/discussions/3393#discussioncomment-6910096 - ## Thanks for free JetBrains Open Source license - + +