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

Commit

Permalink
chore: update comments of example
Browse files Browse the repository at this point in the history
  • Loading branch information
billyyyyy3320 committed Jan 24, 2020
1 parent cb2a9ac commit 1bed921
Showing 1 changed file with 18 additions and 39 deletions.
57 changes: 18 additions & 39 deletions example/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ module.exports = {
theme: require.resolve('../../'),
themeConfig: {
/**
* Ref: https://vuepress-theme-blog.ulivz.com/#dateFormat
* Ref: https://vuepress-theme-blog.ulivz.com/config/#dateformat
*/

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

/**
* Ref: https://vuepress-theme-blog.ulivz.com/#nav
* Ref: https://vuepress-theme-blog.ulivz.com/config/#nav
*/

// nav: [
Expand All @@ -29,7 +29,7 @@ module.exports = {
// ],

/**
* Ref: https://vuepress-theme-blog.ulivz.com/#footer
* Ref: https://vuepress-theme-blog.ulivz.com/config/#footer
*/
footer: {
contact: [
Expand Down Expand Up @@ -90,7 +90,7 @@ module.exports = {
],
},
/**
* Ref: https://vuepress-theme-blog.ulivz.com/#directories
* Ref: https://vuepress-theme-blog.ulivz.com/config/#directories
*/

// directories:[
Expand All @@ -109,7 +109,7 @@ module.exports = {
// ],

/**
* Ref: https://vuepress-theme-blog.ulivz.com/#frontmatters
* Ref: https://vuepress-theme-blog.ulivz.com/config/#frontmatters
*/

// frontmatters: [
Expand All @@ -126,87 +126,66 @@ module.exports = {
// ],

/**
* Ref: https://vuepress-theme-blog.ulivz.com/#globalPagination
* Ref: https://vuepress-theme-blog.ulivz.com/config/#globalpagination
*/

// globalPagination: {
// lengthPerPage: 10,
// },

/**
* Ref: https://vuepress-theme-blog.ulivz.com/#sitemap
* Ref: https://vuepress-theme-blog.ulivz.com/config/#sitemap
*/
sitemap: {
hostname: 'https://example.vuepress-theme-blog.ulivz.com/'
},
/**
* Ref: https://vuepress-theme-blog.ulivz.com/#comment
* Ref: https://vuepress-theme-blog.ulivz.com/config/#comment
*/
comment: {
service: 'disqus',
shortname: 'vuepress-plugin-blog',
},
/**
* Ref: https://vuepress-theme-blog.ulivz.com/#newsletter
* Ref: https://vuepress-theme-blog.ulivz.com/config/#newsletter
*/
newsletter: {
endpoint: 'https://billyyyyy3320.us4.list-manage.com/subscribe/post?u=4905113ee00d8210c2004e038&id=bd18d40138'
},
/**
* Ref: https://vuepress-theme-blog.ulivz.com/#feed
* Ref: https://vuepress-theme-blog.ulivz.com/config/#feed
*/
feed:{
canonical_base:'https://example.vuepress-theme-blog.ulivz.com/',
feed: {
canonical_base: 'https://example.vuepress-theme-blog.ulivz.com/',
},

/**
* Ref: https://vuepress-theme-blog.ulivz.com/#modifyblogpluginoptions
*/

// modifyBlogPluginOptions (blogPluginOptions) {
// const sitemap = {
// hostname: 'https://yourdomain'
// }

// const comment = {
// service: 'disqus',
// shortname: 'vuepress-plugin-blog',
// }

// const newsletter = {
// endpoint:'https://billyyyyy3320.us4.list-manage.com/subscribe/post?u=4905113ee00d8210c2004e038&id=bd18d40138'
// }

// return { ...blogPluginOptions, sitemap, comment, newsletter }
// },

/**
* Ref: https://vuepress-theme-blog.ulivz.com/#summary
* Ref: https://vuepress-theme-blog.ulivz.com/config/#summary
*/

// summary:false,

/**
* Ref: https://vuepress-theme-blog.ulivz.com/#summarylength
* Ref: https://vuepress-theme-blog.ulivz.com/config/#summarylength
*/

// summaryLength:100,

/**
* Ref: https://vuepress-theme-blog.ulivz.com/#pwa
* Ref: https://vuepress-theme-blog.ulivz.com/config/#pwa
*/

// pwa:true,

/**
* Ref: https://vuepress-theme-blog.ulivz.com/#paginationcomponent
* Ref: https://vuepress-theme-blog.ulivz.com/config/#paginationcomponent
*/

// paginationComponent: 'SimplePagination'

/**
* Ref: https://vuepress-theme-blog.ulivz.com/#smoothscroll
* Ref: https://vuepress-theme-blog.ulivz.com/config/#smoothscroll
*/
smoothScroll:true
smoothScroll: true
},
}

0 comments on commit 1bed921

Please sign in to comment.