feat:
vuepress@1.x config change and style use
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
<!--
|
||||
* @Author: mrjzhang
|
||||
* @Date: 2020-02-12 11:53:09
|
||||
* @LastEditors: mrjzhang
|
||||
* @LastEditTime: 2020-02-12 12:16:04
|
||||
-->
|
||||
<template>
|
||||
<router-link class="nav-link"
|
||||
:to="link"
|
||||
@@ -1,9 +1,3 @@
|
||||
<!--
|
||||
* @Author: mrjzhang
|
||||
* @Date: 2020-02-12 11:53:09
|
||||
* @LastEditors: mrjzhang
|
||||
* @LastEditTime: 2020-02-12 12:10:43
|
||||
-->
|
||||
<script>
|
||||
import { isActive, hashRE, groupHeaders } from "../utils";
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
module.exports = {
|
||||
base: '/vuepress-theme-resume/example/dist/',
|
||||
dest: 'example/dist',
|
||||
theme: 'resume',
|
||||
base: '/',
|
||||
dest: 'dist',
|
||||
themeConfig: {
|
||||
sidebar: [
|
||||
{
|
||||
collapsable: false,
|
||||
children: [ '/' ]
|
||||
children: ['/']
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -116,6 +116,3 @@ export default {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style src="prismjs/themes/prism-tomorrow.css"></style>
|
||||
<style src="../styles/theme.styl" lang="stylus"></style>
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "momoko <ko.momo@qq.com>",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"main": "Layout.vue",
|
||||
"main": "layouts/Layout.vue",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wannaxiao/vuepress-theme-resume"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
@require './code'
|
||||
@require './custom-blocks'
|
||||
@require './arrow'
|
||||
@require './palette'
|
||||
|
||||
html, body
|
||||
padding 0
|
||||
Reference in New Issue
Block a user