File tree 3 files changed +10
-60
lines changed
3 files changed +10
-60
lines changed Original file line number Diff line number Diff line change 1
1
# Node template
2
-
3
- # Logs
4
- logs
5
- * .log
6
2
npm-debug.log *
7
3
yarn-debug.log *
8
4
yarn-error.log *
9
-
10
- # Runtime data
11
- pids
12
- * .pid
13
- * .seed
14
- * .pid.lock
15
-
16
- # Directory for instrumented libs generated by jscoverage/JSCover
17
- lib-cov
18
-
19
- # Coverage directory used by tools like istanbul
20
- coverage
21
-
22
- # nyc test coverage
23
- .nyc_output
24
-
25
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
26
5
.grunt
27
-
28
- # Bower dependency directory (https://bower.io/)
29
- bower_components
30
-
31
- # node-waf configuration
32
- .lock-wscript
33
-
34
- # Compiled binary addons (https://nodejs.org/api/addons.html)
35
- build /Release
36
-
37
- # Dependency directories
38
6
node_modules /
39
7
jspm_packages /
40
-
41
- # Typescript v1 declaration files
42
8
typings /
43
-
44
- # Optional npm cache directory
45
9
.npm
46
-
47
- # Optional eslint cache
48
10
.eslintcache
49
-
50
- # Optional REPL history
51
11
.node_repl_history
52
-
53
- # Output of 'npm pack'
54
- * .tgz
55
-
56
- # Yarn Integrity file
57
12
.yarn-integrity
58
13
59
- # dotenv environment variables file
60
- .env
61
-
62
14
# IDE
63
15
.idea /*
64
16
* .iml
65
17
* .sublime- *
66
18
67
19
# OSX
68
20
.DS_Store
69
- .vscode
70
-
71
- # Docs Custom
72
- .cache /
73
- .netlify
74
- public
75
- yarn-error.log
76
21
77
22
# config files
78
23
.env. *
79
24
! .env.example
80
25
81
- # Cypress
82
- test / cypress / screenshots
83
- test / cypress / videos
84
- site /
26
+ # Docs Custom
27
+ / .cache /
28
+ / .netlify
29
+ / site /
Original file line number Diff line number Diff line change
1
+ {
2
+ "eslint.enable" : true
3
+ }
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ copyright: Copyright © 2016 - 2021 ikrima
15
15
16
16
# Configuration
17
17
docs_dir : content
18
+ use_directory_urls : true
19
+ strict : true
18
20
19
21
# nav:
20
22
# - Home: index.md
67
69
# Plugins
68
70
plugins :
69
71
- search :
70
- separator : ' [\s\-\.]+'
72
+ separator : ' [\s\-\.\_ ]+'
71
73
prebuild_index : true
72
74
- git-revision-date-localized
73
75
- awesome-pages :
You can’t perform that action at this time.
0 commit comments