Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
vuepress@1.x config change and style use
  • Loading branch information
yiliang114 committed Feb 12, 2020
1 parent 38a8845 commit e27eb50
Show file tree
Hide file tree
Showing 24 changed files with 3,823 additions and 2,460 deletions.
File renamed without changes.
File renamed without changes.
@@ -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"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -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";
Expand Down
9 changes: 4 additions & 5 deletions example/.vuepress/config.js
@@ -1,13 +1,12 @@
module.exports = {
base: '/vuepress-theme-resume/example/dist/',
dest: 'example/dist',
theme: 'resume',
base: '/',
dest: 'dist',
themeConfig: {
sidebar: [
{
collapsable: false,
children: [ '/' ]
children: ['/']
}
]
}
}
}
File renamed without changes.
Expand Up @@ -116,6 +116,3 @@ export default {
}
};
</script>

<style src="prismjs/themes/prism-tomorrow.css"></style>
<style src="../styles/theme.styl" lang="stylus"></style>
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -3,6 +3,7 @@
@require './code'
@require './custom-blocks'
@require './arrow'
@require './palette'

html, body
padding 0
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6,256 changes: 3,817 additions & 2,439 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e27eb50

Please sign in to comment.