File tree Expand file tree Collapse file tree 2 files changed +4
-31
lines changed Expand file tree Collapse file tree 2 files changed +4
-31
lines changed Original file line number Diff line number Diff line change 1
- // {
2
- // "version": "2.0.0",
3
- // "tasks": [
4
- // {
5
- // "label": "Run Jekyll Server",
6
- // "type": "shell",
7
- // "command": "./tools/run.sh",
8
- // "group": {
9
- // "kind": "build",
10
- // "isDefault": true
11
- // },
12
- // "problemMatcher": [],
13
- // "detail": "Runs the Jekyll server with live reload."
14
- // },
15
- // {
16
- // "label": "Build Jekyll Site",
17
- // "type": "shell",
18
- // "command": "./tools/test.sh",
19
- // "group": {
20
- // "kind": "build"
21
- // },
22
- // "problemMatcher": [],
23
- // "detail": "Build the Jekyll site for production."
24
- // }
25
- // ]
26
- // }
27
-
28
1
{
29
2
"version" : " 2.0.0" ,
30
3
"tasks" : [
31
4
{
32
5
"label" : " Serve" ,
33
6
"type" : " shell" ,
34
- "command" : " bundle exec jekyll serve --livereload " ,
7
+ "command" : " bundle exec jekyll s -l " ,
35
8
"group" : {
36
9
"kind" : " test" ,
37
10
"isDefault" : true
42
15
{
43
16
"label" : " Build" ,
44
17
"type" : " shell" ,
45
- "command" : " bundle exec jekyll build " ,
18
+ "command" : " bundle exec jekyll b " ,
46
19
"group" : {
47
20
"kind" : " build" ,
48
21
"isDefault" : true
Original file line number Diff line number Diff line change 1
- .carousel .carousel-item {
1
+ /* .carousel .carousel-item {
2
2
height: 40vh;
3
3
overflow: hidden;
4
4
width: 100%;
15
15
.carousel .carousel-item {
16
16
height: 25vh;
17
17
}
18
- }
18
+ } */
You can’t perform that action at this time.
0 commit comments