Skip to content

Commit

Permalink
change home page and add jni article
Browse files Browse the repository at this point in the history
  • Loading branch information
upcloudrabbit committed Feb 11, 2025
1 parent d47b52d commit 6af169a
Show file tree
Hide file tree
Showing 11 changed files with 1,527 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ npm i

```sh
# start dev server
npm run Other:dev
npm run other:dev
# build for production
npm run Other:build
# Other production build in local
npm run Other:Other
npm run other:build
# other production build in local
npm run other:other
# update vuepress and theme
npm run vp-update
```
Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ npm i

```sh
# 启动开发服务
npm run Other:dev
npm run other:dev
# 构建生产包
npm run Other:build
npm run other:build
# 本地预览生产服务
npm run Other:Other
npm run other:other
# 更新 vuepress 和主题
npm run vp-update
```
Expand Down
6 changes: 3 additions & 3 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ export default defineUserConfig({

theme: plumeTheme({
/* 添加您的部署域名, 有助于 SEO, 生成 sitemap */
hostname: 'https://upcloudrabbit.github.com/blog',
hostname: 'https://upcloudrabbit.github.io/blog/',

/* 文档仓库配置,用于 editLink */
// docsRepo: '',
// docsDir: 'Other',
// docsDir: 'other',
// docsBranch: '',

/* 页内信息 */
Expand All @@ -38,7 +38,7 @@ export default defineUserConfig({
// blog: false, // 禁用博客
blog: {
link: '/',
postList: true, // 是否启用文章列表页
postList: false, // 是否启用文章列表页
tags: true, // 是否启用标签页
tagsLink: '/tags/',
archives: true, // 是否启用归档页
Expand Down
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
pageLayout: home
config:
- type: blog
---
Binary file added docs/images/java/jni/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/java/wait_notify/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6af169a

Please sign in to comment.