-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alomerry Wu <[email protected]>
- Loading branch information
Showing
2 changed files
with
32 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,23 @@ | ||
# Alomerry Wu's Blog | ||
# Alomerry Wu's Site | ||
|
||
### | ||
- [blog](./blog/README.md) | ||
- [docs](./docs/README.md) | ||
- [vm](./vm/README.md) | ||
|
||
<p> | ||
<img src="https://github-readme-stats.vercel.app/api?username=alomerry&show_icons=true&theme=slateorange&count_private=true&hide_border=true" height="170"> | ||
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=Alomerry&layout=compact&theme=slateorange&count_private=true&hide=html&exclude_repo=WorkCode,Alomerry.github.io,dev-template,Blog,blogBackup&langs_count=6&hide_border=true&v=2" height="170"> | ||
</p> | ||
## 已废弃 | ||
|
||
<img | ||
src="https://api.githubtrends.io/user/svg/Alomerry/langs?time_range=one_year&theme=dark" | ||
alt="githubtrends" | ||
align="right" | ||
/> | ||
--- | ||
|
||
``` | ||
// | | | ||
//__| | // ___ _ __ ___ __ __ | ||
/ ___ | // // ) ) // ) ) ) ) //___) ) // ) ) // ) ) // / / | ||
// | | // // / / // / / / / // // // ((___/ / | ||
// | | // ((___/ / // / / / / ((____ // // / / | ||
``` | ||
|
||
## 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 | ||
|
||
<a href="https://www.jetbrains.com/?from=alomerry/blog" target="_blank"> | ||
<img src="https://user-images.githubusercontent.com/1787798/69898077-4f4e3d00-138f-11ea-81f9-96fb7c49da89.png" height="100"/></a> | ||
<img | ||
src="https://user-images.githubusercontent.com/1787798/69898077-4f4e3d00-138f-11ea-81f9-96fb7c49da89.png" | ||
height="100" | ||
/> | ||
</a> |