-
-
Notifications
You must be signed in to change notification settings - Fork 102
/
starter-kit.yaml
58 lines (58 loc) · 1.53 KB
/
starter-kit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
export_paths:
- .env.example
- .gitignore
- app/Console/Commands/PostInstall/CollectAvailableLangLocales.php
- app/Listeners/PreventDeletingMounts.php
- app/Policies/CustomUserPolicy.php
- app/Providers/AppServiceProvider.php
- CHANGELOG.md
- content
- CONTRIBUTING.md
- config/filesystems.php
- config/statamic/assets.php
- config/statamic/cp.php
- config/statamic/editions.php
- config/statamic/forms.php
- config/statamic/git.php
- config/statamic/live_preview.php
- config/statamic/search.php
- config/statamic/static_caching.php
- lang/
- public/robots.txt
- public/build
- public/images
- public/favicons/.gitkeep
- public/files/.gitkeep
- public/social_images/.gitkeep
- public/visuals
- resources/sites.yaml
- resources/blueprints
- resources/css/custom.css
- resources/css/site.css
- resources/fieldsets
- resources/forms
- resources/js/site.js
- resources/preferences.yaml
- resources/svg
- resources/users/roles.yaml
- resources/views
- LICENSE
- package.json
- package-lock.json
- postcss.config.js
- tailwind.config.js
- tailwind.config.peak.js
- tailwind.config.site.js
- tailwind.config.typography.js
- vite.config.js
export_as:
README.md: README.example.md
dependencies:
studio1902/statamic-peak-browser-appearance: ^3.4
studio1902/statamic-peak-seo: ^8.0
studio1902/statamic-peak-tools: ^6.0
modules:
commands:
prompt: 'Would you like to install the paid Peak Commands addon?'
dependencies:
studio1902/statamic-peak-commands: ^8.0