Skip to content

Commit f17f3a0

Browse files
committed
adjust config: source -> src
1 parent f214fa2 commit f17f3a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+95
-8
lines changed

README.md

+2-2

_config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Site
66
title: Vue.js
77
subtitle:
8-
description: "Simple, Fast & Composable MVVM for building interative interfaces."
8+
description: "Reactive Components for Modern Web Interfaces"
99
author: Evan You
1010
email:
1111
language:
@@ -21,7 +21,7 @@ category_dir: categories
2121
code_dir: downloads/code
2222

2323
# Directory
24-
source_dir: source
24+
source_dir: src
2525
public_dir: public
2626

2727
# Writing
@@ -37,7 +37,7 @@ render_drafts: false
3737
post_asset_folder: false
3838
highlight:
3939
enable: true
40-
line_number: true
40+
line_number: false
4141
tab_replace:
4242

4343
# Category & Tag
@@ -49,9 +49,9 @@ tag_map:
4949
## 2: Enable pagination
5050
## 1: Disable pagination
5151
## 0: Fully Disable
52-
archive: 2
53-
category: 2
54-
tag: 2
52+
archive: 0
53+
category: 0
54+
tag: 0
5555

5656
# Server
5757
## Hexo uses Connect as a server

source/CNAME src/CNAME

File renamed without changes.

src/_drafts/unobtrusive_reactivity.md

+39

src/_drafts/why_vue.md

+38

source/index.md src/index.md

0 commit comments

Comments
 (0)