mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Small changes and slight QoL.
Implemented the 'Back to Top' plugin. Added tracking using Google Analytics. Fixed puncutation in site description.
This commit is contained in:
parent
92b0cf614b
commit
f69958ceb5
@ -11,6 +11,8 @@
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@vuepress/plugin-back-to-top": "^1.0.0-rc.1",
|
||||
"@vuepress/plugin-google-analytics": "^1.1.0",
|
||||
"node-sass": "^4.12.0",
|
||||
"sass-loader": "^8.0.0",
|
||||
"vuepress": "^1.1.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
title: 'Tachiyomi',
|
||||
description: 'Free and open source manga reader for Android',
|
||||
description: 'Free and open source manga reader for Android.',
|
||||
dest: './public',
|
||||
themeConfig: {
|
||||
repo: 'inorichi/tachiyomi',
|
||||
@ -21,5 +21,14 @@ module.exports = {
|
||||
'/extensions/'
|
||||
],
|
||||
lastUpdated: 'Last Updated'
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
['@vuepress/back-to-top'],
|
||||
[
|
||||
'@vuepress/google-analytics',
|
||||
{
|
||||
'ga': 'UA-148212082-1'
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user