vuepress@1.x config change and style use
This commit is contained in:
yiliang114
2020-02-12 13:00:03 +08:00
parent 38a8845bfb
commit e27eb50565
24 changed files with 3798 additions and 2435 deletions

View File

@@ -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"

View File

@@ -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";

View File

@@ -1,7 +1,6 @@
module.exports = {
base: '/vuepress-theme-resume/example/dist/',
dest: 'example/dist',
theme: 'resume',
base: '/',
dest: 'dist',
themeConfig: {
sidebar: [
{

View File

@@ -116,6 +116,3 @@ export default {
}
};
</script>
<style src="prismjs/themes/prism-tomorrow.css"></style>
<style src="../styles/theme.styl" lang="stylus"></style>

View File

@@ -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"

View File

@@ -3,6 +3,7 @@
@require './code'
@require './custom-blocks'
@require './arrow'
@require './palette'
html, body
padding 0

6206
yarn.lock

File diff suppressed because it is too large Load Diff