Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 13b33d4

Browse files
committed
docs: fix all outdated links
1 parent 5693e4e commit 13b33d4

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

docs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ next: /config/
1010

1111
> Default blog theme for VuePress
1212
13-
You must distinguish between [official blog plugin](https://vuepress-plugin-blog.ulivz.com/) and this theme. Both of them are maintained by [VuePress](https://vuepress.vuejs.org/). We try to implement all the common and necessary blog features in the plugin, and pay more attention to the interactive experience in the theme. So, the plugin might be reused in several blog themes, and this theme is one of them.
13+
You must distinguish between [official blog plugin](https://vuepress-plugin-blog.billyyyyy3320.com/) and this theme. Both of them are maintained by [VuePress](https://vuepress.vuejs.org/). We try to implement all the common and necessary blog features in the plugin, and pay more attention to the interactive experience in the theme. So, the plugin might be reused in several blog themes, and this theme is one of them.
1414

1515

1616

@@ -198,4 +198,4 @@ Now, Check out your blog at `localhost:8080`, if everything is ok, you might be
198198
- Deploy your blog: Read [the deploy section in VuePress documentation](https://vuepress.vuejs.org/guide/deploy.html)
199199
- Explore deeper:
200200
- Documentation of [VuePress](https://vuepress.vuejs.org/)
201-
- Documentation of [official blog plugin](https://vuepress-plugin-blog.ulivz.com/)
201+
- Documentation of [official blog plugin](https://vuepress-plugin-blog.billyyyyy3320.com/)

docs/config/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ By default, pages are placed in `_post`, and the path for post list is `/`. Here
163163
```
164164

165165
Reference:
166-
- [document classifiers](https://vuepress-plugin-blog.ulivz.com/guide/getting-started.html#document-classifier)
166+
- [document classifiers](https://vuepress-plugin-blog.billyyyyy3320.com/guide/getting-started.html#document-classifier)
167167

168168
## frontmatters
169169

@@ -201,7 +201,7 @@ Only `tag` and `tags` in front matter will be classified, and the path for it is
201201
]
202202
```
203203
Reference:
204-
- [Frontmatter Classifier](https://vuepress-plugin-blog.ulivz.com/guide/getting-started.html#frontmatter-classifier)
204+
- [Frontmatter Classifier](https://vuepress-plugin-blog.billyyyyy3320.com/guide/getting-started.html#frontmatter-classifier)
205205
## globalPagination
206206

207207
- Type: `object`
@@ -218,7 +218,7 @@ Pagination config for all directories and frontmatters. For example:
218218
}
219219
```
220220

221-
For more information, please visit [Pagination Config](https://vuepress-plugin-blog.ulivz.com/pagination/#sorter).
221+
For more information, please visit [Pagination Config](https://vuepress-plugin-blog.billyyyyy3320.com/pagination/#sorter).
222222
## sitemap
223223

224224
- Type: `object`
@@ -350,13 +350,13 @@ plugin is as follows:
350350
Custom the pagination component.
351351

352352
The default is the
353-
[pagination component](https://vuepress-plugin-blog.ulivz.com/components/#pagination) powerful by
353+
[pagination component](https://vuepress-plugin-blog.billyyyyy3320.com/components/#pagination) powerful by
354354
[@vuepress/plugin-blog](https://github.com/ulivz/vuepress-plugin-blog):
355355

356356
<img src="../assets/pagination.png" width="250" height="" style=""/>
357357

358358
You can set this option to `SimplePagination` to enable another out-of-box
359-
[simple pagination component](https://vuepress-plugin-blog.ulivz.com/components/#simplepagination):
359+
[simple pagination component](https://vuepress-plugin-blog.billyyyyy3320.com/components/#simplepagination):
360360

361361
<img src="../assets/simple-pagination.png" width="250" height="" style=""/>
362362

example/.vuepress/config.js

+17-17
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ module.exports = {
44
theme: require.resolve('../../'),
55
themeConfig: {
66
/**
7-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#dateformat
7+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#dateformat
88
*/
99

1010
// dateFormat: 'YYYY-MM-DD',
1111

1212
/**
13-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#nav
13+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#nav
1414
*/
1515

1616
// nav: [
@@ -29,7 +29,7 @@ module.exports = {
2929
// ],
3030

3131
/**
32-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#footer
32+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#footer
3333
*/
3434
footer: {
3535
contact: [
@@ -105,7 +105,7 @@ module.exports = {
105105
],
106106
},
107107
/**
108-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#directories
108+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#directories
109109
*/
110110

111111
// directories:[
@@ -124,7 +124,7 @@ module.exports = {
124124
// ],
125125

126126
/**
127-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#frontmatters
127+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#frontmatters
128128
*/
129129

130130
// frontmatters: [
@@ -141,65 +141,65 @@ module.exports = {
141141
// ],
142142

143143
/**
144-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#globalpagination
144+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#globalpagination
145145
*/
146146

147147
// globalPagination: {
148148
// lengthPerPage: 10,
149149
// },
150150

151151
/**
152-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#sitemap
152+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#sitemap
153153
*/
154154
sitemap: {
155-
hostname: 'https://example.vuepress-theme-blog.ulivz.com/'
155+
hostname: 'https://example.vuepress-theme-blog.billyyyyy3320.com/'
156156
},
157157
/**
158-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#comment
158+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#comment
159159
*/
160160
comment: {
161161
service: 'disqus',
162162
shortname: 'vuepress-plugin-blog',
163163
},
164164
/**
165-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#newsletter
165+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#newsletter
166166
*/
167167
newsletter: {
168168
endpoint: 'https://billyyyyy3320.us4.list-manage.com/subscribe/post?u=4905113ee00d8210c2004e038&amp;id=bd18d40138'
169169
},
170170
/**
171-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#feed
171+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#feed
172172
*/
173173
feed: {
174-
canonical_base: 'https://example.vuepress-theme-blog.ulivz.com/',
174+
canonical_base: 'https://example.vuepress-theme-blog.billyyyyy3320.com/',
175175
},
176176

177177
/**
178-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#summary
178+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#summary
179179
*/
180180

181181
// summary:false,
182182

183183
/**
184-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#summarylength
184+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#summarylength
185185
*/
186186

187187
// summaryLength:100,
188188

189189
/**
190-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#pwa
190+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#pwa
191191
*/
192192

193193
// pwa:true,
194194

195195
/**
196-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#paginationcomponent
196+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#paginationcomponent
197197
*/
198198

199199
// paginationComponent: 'SimplePagination'
200200

201201
/**
202-
* Ref: https://vuepress-theme-blog.ulivz.com/config/#smoothscroll
202+
* Ref: https://vuepress-theme-blog.billyyyyy3320.com/config/#smoothscroll
203203
*/
204204
smoothScroll: true
205205
},

0 commit comments

Comments
 (0)