Commit 27c394f 1 parent cec8f69 commit 27c394f Copy full SHA for 27c394f
File tree 3 files changed +25
-1
lines changed
3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,15 @@ Session.vim
48
48
/content /tmp /*
49
49
/content /data /*
50
50
/content /logs /*
51
+ /content /settings /*
51
52
/content /apps /** /*
52
53
/content /themes /** /*
53
54
/content /images /** /*
54
55
/content /adapters /storage /** /*
55
56
/content /adapters /scheduling /** /*
56
57
! /content /themes /casper /**
57
58
! /README.md
59
+ ! /content /** /README.md
58
60
59
61
# Changelog, which is autogenerated, not committed
60
62
CHANGELOG.md
Original file line number Diff line number Diff line change
1
+ # Content / Settings
2
+
3
+ ### routes.yaml
4
+
5
+ <!-- TODO: make a better description here and link to the docs -->
6
+
7
+ This is how the default ` routes.yaml ` file looks like:
8
+
9
+ ``` yaml
10
+ routes :
11
+
12
+ collections :
13
+ / :
14
+ route : ' {globals.permalinks}'
15
+ template :
16
+ - home
17
+ - index
18
+
19
+ resources :
20
+ tag : /tag/{slug}/
21
+ author : /author/{slug}/
22
+ ` ` `
Original file line number Diff line number Diff line change 26
26
},
27
27
"engines" : {
28
28
"node" : " ^4.5.0 || ^6.9.0 || ^8.9.0" ,
29
- "cli" : " ^1.3 .0"
29
+ "cli" : " ^1.7 .0"
30
30
},
31
31
"dependencies" : {
32
32
"amperize" : " 0.3.7" ,
You can’t perform that action at this time.
0 commit comments